2022-11-30 10:51:24 +01:00
|
|
|
[service]
|
2023-03-09 09:25:11 +01:00
|
|
|
address = ":5000"
|
2023-03-01 12:19:57 +01:00
|
|
|
# Exposes Go process Prometheus metrics
|
2023-02-15 08:05:43 +01:00
|
|
|
# /metrics endpoint
|
|
|
|
metrics = true
|
2023-04-14 09:56:21 +02:00
|
|
|
docs = false
|
2022-11-30 10:51:24 +01:00
|
|
|
|
2023-02-20 10:56:30 +01:00
|
|
|
[chain]
|
2023-04-06 08:12:37 +02:00
|
|
|
rpc_endpoint = ""
|
|
|
|
testnet = true
|
2023-03-29 18:10:58 +02:00
|
|
|
registry_address = ""
|
2023-02-20 10:56:30 +01:00
|
|
|
|
2022-11-30 10:51:24 +01:00
|
|
|
[system]
|
2023-03-01 12:19:57 +01:00
|
|
|
private_key = ""
|
2023-04-06 08:12:37 +02:00
|
|
|
public_key = ""
|
2022-11-30 10:51:24 +01:00
|
|
|
|
|
|
|
[postgres]
|
2023-03-01 12:19:57 +01:00
|
|
|
dsn = ""
|
2022-11-30 10:51:24 +01:00
|
|
|
|
|
|
|
[redis]
|
2023-03-01 12:19:57 +01:00
|
|
|
# Used for locks and the Noncestore
|
|
|
|
# Ideally use DB 1
|
2023-04-06 08:12:37 +02:00
|
|
|
dsn = ""
|
2023-02-15 08:05:43 +01:00
|
|
|
min_idle_conn = 5
|
2022-11-30 10:51:24 +01:00
|
|
|
|
|
|
|
[asynq]
|
2023-03-01 12:19:57 +01:00
|
|
|
# Exclusively used by the asynq tasker
|
|
|
|
# Ideally use DB 0
|
2023-04-06 08:12:37 +02:00
|
|
|
dsn = ""
|
2023-02-15 08:05:43 +01:00
|
|
|
task_retention_hrs = 24
|
2023-04-06 08:12:37 +02:00
|
|
|
worker_count = 15
|
2023-02-15 08:05:43 +01:00
|
|
|
|
|
|
|
[jetstream]
|
2023-04-06 08:12:37 +02:00
|
|
|
endpoint = ""
|