8 lines
178 B
TOML
8 lines
178 B
TOML
jwt_secret = "secret"
|
|
notifer_timer = 5
|
|
port = 1234
|
|
|
|
[database]
|
|
max_connections = 5
|
|
url = "postgres://postgres:123456789@localhost:5432/postgres"
|