diff --git a/config.example.toml b/config.example.toml index 8a4eb03..dc8d697 100644 --- a/config.example.toml +++ b/config.example.toml @@ -9,3 +9,7 @@ url = "postgresql+psycopg://username:password@host:port/database" [access_token] crypto_key = "..." expires_in = 86400 + +[yandex_oauth] +client_id = "..." +client_secret = "..." diff --git a/infrastructure/configs/backend/config.toml b/infrastructure/configs/backend/config.toml index a647c4c..8128764 100644 --- a/infrastructure/configs/backend/config.toml +++ b/infrastructure/configs/backend/config.toml @@ -9,3 +9,7 @@ url = "postgresql+psycopg://postgres:postgres@postgres:5432/postgres" [access_token] crypto_key = "insecure_token" expires_in = 86400 + +[yandex_oauth] +client_id = "..." +client_secret = "..."