forked from AschPlatform/asch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-testnet.json
50 lines (50 loc) · 870 Bytes
/
config-testnet.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
50
{
"port": 4096,
"address": "0.0.0.0",
"publicIp": "",
"logLevel": "log",
"magic": "594fe0f3",
"api": {
"access": {
"whiteList": []
}
},
"peers": {
"list": [
{"ip": "45.32.19.241", "port": 4096},
{"ip": "45.32.62.184", "port": 4096},
{"ip": "45.32.22.78", "port": 4096},
{"ip": "45.32.248.33", "port": 4096}
],
"blackList": [],
"options": {
"timeout": 4000
}
},
"forging": {
"secret": [
],
"access": {
"whiteList": [
"127.0.0.1"
]
}
},
"loading": {
"verifyOnLoading": false,
"loadPerIteration": 5000
},
"ssl": {
"enabled": false,
"options": {
"port": 443,
"address": "0.0.0.0",
"key": "./ssl/server.key",
"cert": "./ssl/server.crt"
}
},
"dapp": {
"masterpassword": "",
"params": {}
}
}