Nabarun Gogoi
960a24c96b
* Setup gateway-server with watchers * Add js script to merge toml config files * Remove individual watcher configs * Add all azimuth watchers in stack * Fix toml-js install * Use env variables for ipld-eth-server endpoints * Checkout to version tag in azimuth-watcher-ts repo Former-commit-id: 5a94aed7f7e150381c0a49a3bcc5b43763333151
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"
|