-
Notifications
You must be signed in to change notification settings - Fork 4
/
RpcServer.json
40 lines (40 loc) · 1009 Bytes
/
RpcServer.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
{
"PluginConfiguration": {
"Servers": [
{
"Network": 860833102,
"BindAddress": "0.0.0.0",
"Port": 16868,
"SslCert": "",
"SslCertPassword": "",
"TrustedAuthorities": [],
"RpcUser": "",
"RpcPass": "",
"MaxGasInvoke": 200,
"MaxFee": 0.1,
"MaxConcurrentConnections": 40,
"MaxIteratorResultItems": 100,
"DisabledMethods": [],
"SessionEnabled": true,
"SessionExpirationTime": 86400
},
{ // ipv6 server
"Network": 860833102,
"BindAddress": "::",
"Port": 16868,
"SslCert": "",
"SslCertPassword": "",
"TrustedAuthorities": [],
"RpcUser": "",
"RpcPass": "",
"MaxGasInvoke": 200,
"MaxFee": 0.1,
"MaxConcurrentConnections": 40,
"MaxIteratorResultItems": 100,
"DisabledMethods": [],
"SessionEnabled": true,
"SessionExpirationTime": 86400
}
]
}
}