openframe-apiserver
Version:
The Openframe API Server.
31 lines (30 loc) • 654 B
JSON
{
"restApiRoot": "/v0",
"host": "0.0.0.0",
"port": 8888,
"remoting": {
"rest": {
"normalizeHttpPath": false,
"xml": false,
"handleErrors": false
},
"json": {
"strict": false,
"limit": "100kb"
},
"urlencoded": {
"extended": true,
"limit": "100kb"
},
"cors": false,
"errorHandler": {
"disableStackTrace": false
}
},
"api_url": "http://0.0.0.0:8888",
"webapp_url": "http://0.0.0.0:8000",
"pubsub_url": "http://0.0.0.0:8889/faye",
"pubsub_api_token": "8629c101-4db7-4a0a-9bf1-33c5fc3cff23",
"legacyExplorer": false,
"secret_cookie": "yabbadabbadoo!"
}