watcher-ts/packages/lighthouse-watcher/environments/local.toml
Ashwin Phatak 43107b9ed7
Remove unused settings from lighthouse config. (#210)
Co-authored-by: nabarun <nabarun@deepstacksoft.com>
2021-08-12 10:33:23 +05:30

17 lines
351 B
TOML

[server]
host = "127.0.0.1"
port = 3005
[watch]
lighthouse = "0xbDA876401576281a1912a20de135F60de6D7d711"
[upstream]
[upstream.ethServer]
gqlApiEndpoint = "http://127.0.0.1:8082/graphql"
gqlPostgraphileEndpoint = "http://127.0.0.1:5000/graphql"
[upstream.cache]
name = "requests"
enabled = false
deleteOnStart = false