Skip to content

Instantly share code, notes, and snippets.

@JoshElias
Created September 29, 2015 17:48
Show Gist options
  • Save JoshElias/c6baf09e51d3be27d002 to your computer and use it in GitHub Desktop.
Save JoshElias/c6baf09e51d3be27d002 to your computer and use it in GitHub Desktop.
module.exports = {
"restApiRoot": "/api",
"host": "#.#.#.#",
"port": 8080,
"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,
"prerenderKey" : "#####",
"jwtSecret" : "#####",
"sessionSecret" : "#####",
"dbUrl": "#####",
"cdnUrl" : "#####",
"appIndex" : "staging-index"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment