Files
RekomenciBackend/config.example.toml
T

16 lines
244 B
TOML

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