GITLAB

Suraputt Suntimitr / APIEmail

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • apiemail
  • webmail
  • server
  • config.json
  • b2a2b9d2   email Browse Code ยป
    Suraputt Suntimitr
    2016-10-31 19:33:32 +0700  
config.json 395 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
{
  "restApiRoot": "/api",
  "host": "0.0.0.0",
  "port": 3037,
  "remoting": {
    "context": false,
    "rest": {
      "normalizeHttpPath": false,
      "xml": false
    },
    "json": {
      "strict": false,
      "limit": "100kb"
    },
    "urlencoded": {
      "extended": true,
      "limit": "100kb"
    },
    "cors": false,
    "handleErrors": false
  },
  "legacyExplorer": false
}