stack-orchestrator/app/data/config/watcher-azimuth/watcher-config.toml

14 lines
280 B
TOML
Raw Normal View History

[server]
host = "0.0.0.0"
[database]
host = "watcher-db"
port = 5432
username = "vdbm"
password = "password"
[upstream]
[upstream.ethServer]
gqlApiEndpoint = "http://host.docker.internal:8083/graphql"
rpcProviderEndpoint = "http://host.docker.internal:8082"