ussd-data-connect/config.toml

14 lines
218 B
TOML
Raw Permalink Normal View History

2025-01-02 10:05:09 +01:00
[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
2025-01-02 10:05:09 +01:00
id = "ussd-sync"