# Sokol branch [parity] chain = "examples/parity_spec_oracles.json" base_path = "./examples/parity_ora" [network] nat="extip:194.186.171.38" reserved_peers="./examples/oracles_reserved_peers" port = 30300 discovery=true [rpc] cors = "all" interface = "all" hosts = ["all"] port = 8545 apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"] [ui] interface = "0.0.0.0" port = 8180 [websockets] disable = false port = 8546 interface = "all" origins = ["all"] apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"] hosts = ["all"] [dapps] cors = "all" interface = "0.0.0.0" hosts = ["all"] port = 8080 #[misc] #logging="poa=trace,signer=trace,engine=trace,own_tx=trace,txqueue=trace,sync=trace" #color = true