mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-10-31 23:55:18 +01:00
6a5180a31a
Now networks/secret-store/config/config.toml may be mutated, but is always reset when running start_ocean.sh Fixes #126 Signed-off-by: Tom Marble <tmarble@info9.net>
55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
[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
|
|
|
|
#[mining]
|
|
#engine_signer = "0xa1345ed0b2d1e193aead673e33dac56515af128a"
|
|
#reseal_on_txs = "none"
|
|
#usd_per_tx = "0"
|
|
|
|
[network]
|
|
port = 30303
|
|
discovery = true
|
|
|
|
[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
|
|
acl_contract = "none"
|
|
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"]
|
|
|