22 lines
313 B
TOML
22 lines
313 B
TOML
[nats]
|
|
url = "nats://localhost:4222"
|
|
stream = "TELEGRAM"
|
|
|
|
[publisher]
|
|
topic = "telegram.json"
|
|
|
|
[postgres]
|
|
url = "postgres://user:password@localhost:5432/aviation?sslmode=disable"
|
|
max_conns = 2
|
|
min_conns = 1
|
|
|
|
[app]
|
|
batch_size = 1
|
|
batch_timeout = "1s"
|
|
monitor_interval = "1s"
|
|
|
|
[log]
|
|
level = "info"
|
|
format = "json"
|
|
|