mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
71d34331e9
* Deprecate postgraphile usage * Change endpoint in watcher config * Remove subscription queries from eth-client * Remove postgraphile config and client from watchers Co-authored-by: nabarun <nabarun@deepstacksoft.com>
16 lines
289 B
TOML
16 lines
289 B
TOML
[server]
|
|
host = "127.0.0.1"
|
|
port = 3005
|
|
|
|
[watch]
|
|
lighthouse = "0xbDA876401576281a1912a20de135F60de6D7d711"
|
|
|
|
[upstream]
|
|
[upstream.ethServer]
|
|
gqlApiEndpoint = "http://127.0.0.1:8082/graphql"
|
|
|
|
[upstream.cache]
|
|
name = "requests"
|
|
enabled = false
|
|
deleteOnStart = false
|