Files
RekomenciBackend/infrastructure/configs/backend/config.toml
T

16 lines
289 B
TOML

[server]
host = "0.0.0.0"
port = 8080
access_log = true
[database]
url = "postgresql+psycopg://postgres:postgres@postgres:5432/postgres"
[access_token]
crypto_key = "YlPGYA-WnyYW8Cd0bFZWPeZjPjfXhrD9P7ciCprYmmc="
expires_in = 86400
[yandex_oauth]
client_id = "..."
client_secret = "..."