1
0
Files
nir/config.toml
2025-04-03 03:27:45 +03:00

8 lines
178 B
TOML

jwt_secret = "secret"
notifer_timer = 5
port = 1234
[database]
max_connections = 5
url = "postgres://postgres:123456789@localhost:5432/postgres"