mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-01 08:05:17 +01:00
20 lines
462 B
TOML
20 lines
462 B
TOML
# Users config file in users.toml
|
|
# This configuration file can be used for either Alice, Bob or Charlie
|
|
|
|
[parity]
|
|
chain = "/home/parity/parity/config/chain.json"
|
|
|
|
[rpc]
|
|
port = 8545
|
|
interface = "0.0.0.0"
|
|
cors = ["all"]
|
|
hosts = ["all"]
|
|
apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "parity_accounts", "traces", "rpc", "shh", "shh_pubsub"]
|
|
|
|
[network]
|
|
port = 30303
|
|
discovery = true
|
|
|
|
#[account]
|
|
#password = ["/home/parity/parity/validator.pwd"]
|