1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-01 08:05:17 +01:00
barge/networks/secret-store/config/config.toml.save

55 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-11-14 16:33:09 +01:00
[parity]
chain = "/etc/parity/secretstore/chain.json"
base_path = "/parity_data"
[ui]
disable = true
[rpc]
disable = false
port = 8545
interface = "all"
cors = ["all"]
apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "traces", "rpc", "shh", "shh_pubsub"]
hosts = ["all"]
[ipc]
disable = true
[websockets]
disable = true
2019-02-01 17:48:02 +01:00
#[mining]
#engine_signer = "0xa1345ed0b2d1e193aead673e33dac56515af128a"
#reseal_on_txs = "none"
#usd_per_tx = "0"
2018-11-14 16:33:09 +01:00
[network]
port = 30303
2019-02-01 17:48:02 +01:00
discovery = true
2018-11-14 16:33:09 +01:00
[ipfs]
enable = false
[snapshots]
disable_periodic = true
[secretstore]
self_secret = "a1345ed0b2d1e193aead673e33dac56515af128a"
disable = false
disable_http = false # This node will expose a Secret Store HTTP API
http_interface = "all" # The HTTP API is available locally only
http_port = 12001 # The Secret Store HTTP API is available at this port
2019-02-06 11:00:58 +01:00
acl_contract = "none"
2018-11-14 16:33:09 +01:00
server_set_contract = "none"
nodes = [
"7cb22f9a17e8880f8009b519b3506fa9d52fe0ff315f68d0dc0be9576f116818be5f3843c3e4e57aecea40bdd14c8539f5714a51d3254c2955d8a9f1ea9723dc@172.15.0.13:12000"
]
interface = "all"
port = 12000 # port used to communicated with other Secret Store nodes
path = "/parity_data/secret_store"
[account]
password = ["/etc/parity/secretstore/password"]