2021-05-28 11:26:40 +00:00
|
|
|
[server]
|
|
|
|
host = "127.0.0.1"
|
2021-06-17 12:26:38 +00:00
|
|
|
port = 3002
|
2021-05-28 11:26:40 +00:00
|
|
|
|
2021-06-03 12:01:21 +00:00
|
|
|
[database]
|
2021-06-04 09:49:30 +00:00
|
|
|
type = "postgres"
|
|
|
|
host = "localhost"
|
|
|
|
port = 5432
|
2021-06-17 12:26:38 +00:00
|
|
|
database = "address-watcher"
|
2021-06-04 09:49:30 +00:00
|
|
|
username = "postgres"
|
|
|
|
password = "postgres"
|
2021-06-03 12:01:21 +00:00
|
|
|
synchronize = true
|
2021-06-21 13:25:13 +00:00
|
|
|
logging = false
|
2021-05-28 11:26:40 +00:00
|
|
|
|
|
|
|
[upstream]
|
2021-06-21 13:25:13 +00:00
|
|
|
traceProviderEndpoint = "http://127.0.0.1:8545"
|
2021-05-28 11:26:40 +00:00
|
|
|
|
2021-07-15 07:40:07 +00:00
|
|
|
[upstream.ethServer]
|
|
|
|
gqlApiEndpoint = "http://127.0.0.1:8082/graphql"
|
|
|
|
|
2021-05-28 11:26:40 +00:00
|
|
|
[upstream.cache]
|
|
|
|
name = "requests"
|
2021-06-08 10:37:52 +00:00
|
|
|
enabled = false
|
2021-05-28 11:26:40 +00:00
|
|
|
deleteOnStart = false
|
2021-06-25 11:05:47 +00:00
|
|
|
|
|
|
|
[jobQueue]
|
2021-07-30 14:20:56 +00:00
|
|
|
dbConnectionString = "postgres://postgres:postgres@localhost/address-watcher-job-queue"
|
2021-08-24 06:25:29 +00:00
|
|
|
maxCompletionLagInSecs = 300
|