cic-custodial/config.toml

35 lines
551 B
TOML
Raw Permalink Normal View History

2022-11-30 10:51:24 +01:00
[service]
2023-03-09 09:25:11 +01:00
address = ":5000"
# Exposes Go process Prometheus metrics
# /metrics endpoint
metrics = true
docs = false
2022-11-30 10:51:24 +01:00
[chain]
rpc_endpoint = ""
testnet = true
registry_address = ""
2022-11-30 10:51:24 +01:00
[system]
private_key = ""
public_key = ""
approve_timeout = "30m"
2022-11-30 10:51:24 +01:00
[postgres]
dsn = ""
2022-11-30 10:51:24 +01:00
[redis]
# Used for locks and the Noncestore
# Ideally use DB 1
dsn = ""
min_idle_conn = 5
2022-11-30 10:51:24 +01:00
[asynq]
# Exclusively used by the asynq tasker
# Ideally use DB 0
dsn = ""
task_retention_hrs = 24
worker_count = 15
[jetstream]
endpoint = ""