mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 04:46:20 +00:00
22 lines
373 B
TOML
22 lines
373 B
TOML
[server]
|
|
host = "127.0.0.1"
|
|
port = 3001
|
|
|
|
[database]
|
|
type = "postgres"
|
|
host = "localhost"
|
|
port = 5432
|
|
database = "erc20-watcher"
|
|
username = "postgres"
|
|
password = "postgres"
|
|
synchronize = true
|
|
logging = true
|
|
|
|
[upstream]
|
|
gqlEndpoint = "http://127.0.0.1:8083/graphql"
|
|
|
|
[upstream.cache]
|
|
name = "requests"
|
|
enabled = true
|
|
deleteOnStart = false
|