1
0
Files
nir/config.toml
2025-04-03 04:25:33 +03:00

8 lines
178 B
TOML

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