backendless-coderunner
Version:
Backendless CodeRunner for Node.js
74 lines (73 loc) • 1.38 kB
JSON
{
"managementHttpPort": null,
"workers": {
"lowPriorityThreshold": 0.8,
"cache": false,
"concurrent": 4,
"minIdle": 4,
"cachedIdleTTL": 60,
"heartbeat": {
"enabled": true,
"interval": 5,
"timeout": 10,
"codeInspectionTimeout": 60
}
},
"redis": {
"bl/production": {},
"analytics": {}
},
"serviceStatus": {
"enabled": false
},
"deploy": {
"progressInterval": 500
},
"backendless": {
"forwardableHeaders": "",
"msgBroker": {},
"public": {
"fileDownloadUrl": "http://localhost:9000",
"publicAPIUrl": "http://localhost:9000",
"internalAPIUrl": "http://localhost:9000"
}
},
"app": {
"id": "",
"apiKey": "",
"exclude": []
},
"sandbox": false,
"verbose": false,
"debug": false,
"compression": {
"debug": false,
"prod": false,
"cloud": false,
"threshold": 8192
},
"loggers": {
"workers": true,
"managementServer": false,
"console": true,
"file": {
"enabled": false
},
"backendless": true,
"maxTextLength": 5000,
"levels": {
"default": "info",
"Status": "",
"Server": ""
}
},
"rateLimit": {
"default": 10,
"enabled": false,
"overrides": ""
},
"responseSizeLimit": 0,
"automation": {
"internalAddress": "http://localhost:9095"
}
}