Blame view

server/config.json 472 Bytes
f7563de62   Palak Handa   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  {
    "restApiRoot": "/api",
    "host": "0.0.0.0",
    "port": 3002,
    "remoting": {
     "rest": {
        "enableHttpContext": false
      },
      "rest": {
        "handleErrors": false,
        "normalizeHttpPath": false,
        "xml": false
      },
      "json": {
        "strict": false,
        "limit": "100kb"
      },
      "urlencoded": {
        "extended": true,
        "limit": "100kb"
      },
      "cors": false
    },
    "legacyExplorer": false,
    "logoutSessionsOnSensitiveChanges": true
  }