-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.ini
28 lines (28 loc) · 973 Bytes
/
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
get-transactions-time-limit = 3
genesis-json = "genesis.json"
block-log-dir = "blocks"
max-reversible-block-time = -1
max-pending-transaction-time = -1
max-deferred-transaction-time = 20
faucet-create-interval-ms = 1000
faucet-name = faucet
faucet-private-key = ["EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV","5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3"]
http-server-address = 127.0.0.1:${HTTP}
access-control-allow-credentials = false
p2p-listen-endpoint = 0.0.0.0:${P2P}
agent-name = "EOS Test Agent"
allowed-connection = any
log-level-net-plugin = info
max-clients = 25
connection-cleanup-period = 30
network-version-match = 0
sync-fetch-span = 100
enable-stale-production = ${STALE}
required-participation = 33
producer-name = ${PROD_NAME}
private-key = ["${PUB}","${PRIV}" ]
plugin = eosio::producer_plugin
plugin = eosio::chain_api_plugin
plugin = eosio::wallet_api_plugin
plugin = eosio::account_history_api_plugin
plugin = eosio::net_api_plugin