-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdefaults.json
More file actions
74 lines (74 loc) · 1.38 KB
/
defaults.json
File metadata and controls
74 lines (74 loc) · 1.38 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"managementHttpPort": null,
"workers": {
"lowPriorityThreshold": 0.8,
"cache": false,
"concurrent": 4,
"minIdle": 4,
"cachedIdleTTL": 60,
"heartbeat": {
"enabled": true,
"interval": 5,
"timeout": 10,
"codeInspectionTimeout": 60
}
},
"enableAnalyticsHeader": true,
"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"
}
}