-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.ini
60 lines (49 loc) · 2.39 KB
/
config.ini
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
# listen endpoints
bnet-endpoint = 0.0.0.0:4321
http-server-address = 0.0.0.0:8888
p2p-listen-endpoint = 0.0.0.0:9876
# validate checks
https-client-validate-peers = 1
# Can be 'any' or 'producers' or 'specified' or 'none'. If 'specified', peer-key must be specified at least once. If only 'producers', peer-key is not required. 'producers' and 'specified' may be combined. (ion::net_plugin)
# allowed-connection = any
# Optional public key of peer allowed to connect. May be used multiple times. (ion::net_plugin)
# peer-key =
signature-provider = publickey=KEY:private_key
p2p-peer-address = agribofc.liberty.plasmadlt.com:9876
p2p-peer-address = bnpparibas.liberty.plasmadlt.com:9876
p2p-peer-address = bofamerica.liberty.plasmadlt.com:9876
p2p-peer-address = bofchina.liberty.plasmadlt.com:9876
p2p-peer-address = bsantander.liberty.plasmadlt.com:9876
p2p-peer-address = cconstructb.liberty.plasmadlt.com:9876
p2p-peer-address = citigroup.liberty.plasmadlt.com:9876
p2p-peer-address = cmerchantsb.liberty.plasmadlt.com:9876
p2p-peer-address = commonwealth.liberty.plasmadlt.com:9876
p2p-peer-address = goldmansachs.liberty.plasmadlt.com:9876
p2p-peer-address = hsbc.liberty.plasmadlt.com:9876
p2p-peer-address = indcombofc.liberty.plasmadlt.com:9876
p2p-peer-address = jpmorgan.liberty.plasmadlt.com:9876
p2p-peer-address = mitufj.liberty.plasmadlt.com:9876
p2p-peer-address = mstanley.liberty.plasmadlt.com:9876
p2p-peer-address = royalbofc.liberty.plasmadlt.com:9876
p2p-peer-address = scotiab.liberty.plasmadlt.com:9876
p2p-peer-address = tdominionb.liberty.plasmadlt.com:9876
p2p-peer-address = usbancorp.liberty.plasmadlt.com:9876
p2p-peer-address = wellsfargo.liberty.plasmadlt.com:9876
p2p-peer-address = westpac.liberty.plasmadlt.com:9876
# Plugin(s) to enable, may be specified multiple times
# plugin =
http-validate-host = 0
chain-state-db-size-mb = 16384
# Track actions which match receiver:action:actor. Actor may be blank to include all. Action and Actor both blank allows all from Recieiver. Receiver may not be blank. (ion::history_plugin)
filter-on = *
# enable-stale-production MUST BE true (unfortunately does not work without it)!
enable-stale-production = true
allowed-connection = any
# producer plugins
plugin = ion::chain_api_plugin
plugin = ion::http_plugin
plugin = ion::net_api_plugin
# plugin = ion::history_plugin
# plugin = ion::history_api_plugin
#allow all CORS hosts
access-control-allow-origin = *