2021-10-28 11:01:56 +00:00
|
|
|
[server]
|
|
|
|
host = "127.0.0.1"
|
|
|
|
port = 3008
|
|
|
|
kind = "active"
|
|
|
|
subgraphPath = "../graph-node/test/subgraph/example1/build"
|
|
|
|
|
|
|
|
[database]
|
|
|
|
type = "postgres"
|
|
|
|
host = "localhost"
|
|
|
|
port = 5432
|
|
|
|
database = "graph-test-watcher"
|
|
|
|
username = "postgres"
|
|
|
|
password = "postgres"
|
|
|
|
synchronize = true
|
|
|
|
logging = false
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
[upstream.ethServer]
|
|
|
|
gqlApiEndpoint = "http://127.0.0.1:8082/graphql"
|
|
|
|
gqlPostgraphileEndpoint = "http://127.0.0.1:5000/graphql"
|
|
|
|
rpcProviderEndpoint = "http://127.0.0.1:8081"
|
2021-11-01 09:43:22 +00:00
|
|
|
blockDelayInMilliSecs = 2000
|
2021-10-28 11:01:56 +00:00
|
|
|
|
|
|
|
[upstream.cache]
|
|
|
|
name = "requests"
|
|
|
|
enabled = false
|
|
|
|
deleteOnStart = false
|
|
|
|
|
|
|
|
[jobQueue]
|
|
|
|
dbConnectionString = "postgres://postgres:postgres@localhost/graph-test-watcher-job-queue"
|
|
|
|
maxCompletionLagInSecs = 300
|
|
|
|
jobDelayInMilliSecs = 100
|