Files
RekomenciBackend/config.example.toml
T
ivankirpichnikov 652da07d12 fast init
2025-10-16 23:03:50 +03:00

12 lines
188 B
TOML

[server]
host = "0.0.0.0"
port = 8080
access_log = true
[database]
url = "postgresql+psycopg://username:password@host:post/database"
[access_token]
crypto_key = "..."
expires_in = 86400