watcher-ts/packages/watcher/environments/local.toml

22 lines
373 B
TOML
Raw Normal View History

[server]
host = "127.0.0.1"
port = 3001
[database]
2021-06-04 09:49:30 +00:00
type = "postgres"
host = "localhost"
port = 5432
database = "erc20-watcher"
username = "postgres"
password = "postgres"
synchronize = true
2021-06-04 09:49:30 +00:00
logging = true
[upstream]
gqlEndpoint = "http://127.0.0.1:8083/graphql"
[upstream.cache]
name = "requests"
enabled = true
deleteOnStart = false