-
Notifications
You must be signed in to change notification settings - Fork 7
/
config_defaults.json
49 lines (49 loc) · 996 Bytes
/
config_defaults.json
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
{
"app": {
"checkForUpdates": true,
"shutdown": {
"stopGracePeriod": "5m",
"log": {
"enabled": true,
"filePath": "shutdown.log"
}
}
},
"logger": {
"name": "",
"level": "info",
"timeFormat": "rfc3339",
"outputPaths": [
"stdout"
]
},
"inx": {
"address": "localhost:9029",
"maxConnectionAttempts": 30,
"targetNetworkName": ""
},
"faucet": {
"baseTokenAmount": 1000000000,
"baseTokenAmountSmall": 100000000,
"baseTokenAmountMaxTarget": 5000000000,
"manaAmount": 1000000,
"manaAmountMinFaucet": 1000000000,
"tagMessage": "FAUCET",
"batchTimeout": "2s",
"bindAddress": "localhost:8091",
"rateLimit": {
"enabled": true,
"period": "5m",
"maxRequests": 10,
"maxBurst": 20
},
"pow": {
"workerCount": 4
},
"debugRequestLoggerEnabled": false
},
"profiling": {
"enabled": false,
"bindAddress": "localhost:6060"
}
}