GITLAB

Nung Poti / stronglooptemplate

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • stronglooptemplate
  • server
  • config.json
  • 3f90e3a0   เรียงลำดับการทำงานเป็นส่วนๆ Browse Code »
    Nung Poti
    2016-07-11 18:23:50 +0700  
config.json 465 Bytes
Edit Raw Blame History
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 27
{
  "restApiRoot": "/api",
  "host": "0.0.0.0",
  "port": 3232,
  "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
}