mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
18 lines
380 B
TOML
18 lines
380 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 = ["all"]
|
||
|
|
||
|
[mining]
|
||
|
engine_signer = "0x00Bd138aBD70e2F00903268F3Db08f2D25677C9e"
|
||
|
|
||
|
[account]
|
||
|
password = ["/home/parity/parity/validator.pwd"]
|