Blame view

server/config.json 465 Bytes
cf8b0fb9   Nung Poti   template master
1
2
3
{
  "restApiRoot": "/api",
  "host": "0.0.0.0",
3f90e3a0   Nung Poti   เรียงลำดับการทำงา...
4
  "port": 3000,
cf8b0fb9   Nung Poti   template master
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  "remoting": {
    "context": {
      "enableHttpContext": false
    },
    "rest": {
      "normalizeHttpPath": false,
      "xml": false
    },
    "json": {
      "strict": false,
      "limit": "100kb"
    },
    "urlencoded": {
      "extended": true,
      "limit": "100kb"
    },
    "cors": false,
    "errorHandler": {
      "disableStackTrace": false
    }
  },
  "legacyExplorer": false
}