ussd-data-connect/config.toml

14 lines
218 B
TOML

[metrics]
go_process = true
[api]
address = ":5031"
[postgres]
dsn = "postgres://postgres:postgres@127.0.0.1:5432/urdt_ussd"
[jetstream]
endpoint = "nats://127.0.0.1:4222"
persist_duration_hrs = 24
id = "ussd-sync"