forked from AschPlatform/asch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-testnet.json
53 lines (53 loc) · 918 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
51
52
53
{
"port": 4096,
"peerPort": 4097,
"address": "0.0.0.0",
"publicIp": "0.0.0.0",
"logLevel": "debug",
"magic": "594fe0f3",
"api": {
"access": {
"whiteList": []
}
},
"peers": {
"list": [
{
"ip": "47.52.198.118",
"port": 4097,
"id": "PFistrFjsFcYJUHJrT865DQ2Lt5S9eSvrr"
},
{
"ip": "47.94.230.48",
"port": 4097,
"id": "P5EniX72zWtPP4vuHzheWzshDzPbwxjL8H"
}
],
"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"
}
},
"gateway": {}
}