fix: added yandex oath conf to sample configs

This commit is contained in:
ITQ
2025-11-20 09:43:49 +03:00
parent 1cbc71cf19
commit 123ecc9c54
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -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 = "..."