From 123ecc9c54eb938c8838948a7fe4f4726542812e Mon Sep 17 00:00:00 2001 From: ITQ Date: Thu, 20 Nov 2025 09:43:49 +0300 Subject: [PATCH] fix: added yandex oath conf to sample configs --- config.example.toml | 4 ++++ infrastructure/configs/backend/config.toml | 4 ++++ 2 files changed, 8 insertions(+) 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 = "..."