2023-05-03 12:43:01 +00:00
|
|
|
[server]
|
|
|
|
host = "0.0.0.0"
|
2023-05-04 09:24:47 +00:00
|
|
|
maxSimultaneousRequests = -1
|
2023-05-03 12:43:01 +00:00
|
|
|
|
|
|
|
[database]
|
|
|
|
host = "watcher-db"
|
|
|
|
port = 5432
|
|
|
|
username = "vdbm"
|
|
|
|
password = "password"
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
[upstream.ethServer]
|
2023-05-04 09:24:47 +00:00
|
|
|
gqlApiEndpoint = "REPLACE_WITH_CERC_IPLD_ETH_GQL"
|
|
|
|
rpcProviderEndpoint = "REPLACE_WITH_CERC_IPLD_ETH_RPC"
|