mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 04:46:20 +00:00
13 lines
192 B
TOML
13 lines
192 B
TOML
|
[server]
|
||
|
host = "127.0.0.1"
|
||
|
port = 3001
|
||
|
|
||
|
|
||
|
[upstream]
|
||
|
gqlEndpoint = "http://127.0.0.1:8083/graphql"
|
||
|
|
||
|
[upstream.cache]
|
||
|
name = "requests"
|
||
|
enabled = true
|
||
|
deleteOnStart = false
|