13 lines
192 B
TOML
13 lines
192 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"
|
|
id = "ussd-sync"
|