poa-bridge/examples/parity_config_oracles.toml

51 lines
1.1 KiB
TOML
Raw Normal View History

2017-10-25 09:18:44 -07:00
# Sokol branch
2017-11-03 10:27:29 -07:00
2017-10-04 20:09:57 -07:00
[parity]
2017-10-14 13:01:48 -07:00
chain = "examples/parity_spec_oracles.json"
2017-10-13 06:28:43 -07:00
base_path = "./examples/parity_ora"
2017-11-03 10:27:29 -07:00
[network]
2017-10-25 09:18:44 -07:00
nat="extip:194.186.171.38"
2017-10-30 06:09:13 -07:00
reserved_peers="./examples/oracles_reserved_peers"
port = 30300
discovery=true
2017-11-03 10:27:29 -07:00
[rpc]
cors = "all"
interface = "all"
hosts = ["all"]
port = 8545
apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"]
2017-11-03 10:27:29 -07:00
[ui]
interface = "0.0.0.0"
port = 8180
2017-11-08 09:07:14 -08:00
[websockets]
disable = false
port = 8546
interface = "all"
origins = ["all"]
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"]
hosts = ["all"]
2017-11-03 10:27:29 -07:00
[dapps]
cors = "all"
interface = "0.0.0.0"
hosts = ["all"]
2017-10-14 10:24:08 -07:00
port = 8080
2017-11-03 10:27:29 -07:00
2017-10-14 10:24:08 -07:00
[account]
2017-11-08 09:07:14 -08:00
#unlock = ["0xeaeba7869e23a328a0a92620bba1a7a6aaed26cb"]
#password = ["examples/parity_password_POA_private"]
unlock = ["0xdd0bb0e2a1594240fed0c2f2c17c1e9ab4f87126"]
password = ["examples/parity_password_oracles"]
2017-10-25 09:18:44 -07:00
2017-11-08 05:36:59 -08:00
#[mining]
#engine_signer = "0xdd0bb0e2a1594240fed0c2f2c17c1e9ab4f87126"
#reseal_on_txs = "all"
#usd_per_tx = "0"
#reseal_min_period = 0
2017-10-25 09:18:44 -07:00
2017-10-26 05:23:25 -07:00
#[misc]
#logging="chain=trace,engine=trace,miner=trace,own_tx=trace,poa=trace,signer=trace,txqueue=trace"