Files
RekomenciBackend/config.example.toml
ivankirpichnikov 96e792b122 add pipline
2025-11-23 01:42:46 +03:00

28 lines
413 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 = "..." # 32-byte url-safe base64 key
expires_in = 86400
[yandex_oauth]
client_id = "..."
client_secret = "..."
[firebase]
certificate_path = "firebase.json"
[s3]
bucket_name = ""
endpoint_url = ""
access_key = ""
secret_key = ""
[ml_api]
url = ""