forked from cerc-io/stack-orchestrator
15 lines
299 B
TOML
15 lines
299 B
TOML
|
[server]
|
||
|
host = "0.0.0.0"
|
||
|
maxSimultaneousRequests = -1
|
||
|
|
||
|
[database]
|
||
|
host = "watcher-db"
|
||
|
port = 5432
|
||
|
username = "vdbm"
|
||
|
password = "password"
|
||
|
|
||
|
[upstream]
|
||
|
[upstream.ethServer]
|
||
|
gqlApiEndpoint = "REPLACE_WITH_CERC_IPLD_ETH_GQL"
|
||
|
rpcProviderEndpoint = "REPLACE_WITH_CERC_IPLD_ETH_RPC"
|