openethereum/parity/cli/presets/config.dev-insecure.toml

17 lines
210 B
TOML
Raw Normal View History

2017-07-17 08:03:57 +02:00
[parity]
no_consensus = true
chain = "dev"
[mining]
reseal_min_period = 0
min_gas_price = 0
[rpc]
interface = "all"
apis = ["all"]
hosts = ["all"]
[ipfs]
enable = false # this is the default
2017-10-12 23:44:02 +02:00
hosts = ["all"]