yandex auth

This commit is contained in:
Administrator
2023-09-24 22:31:37 +03:00
parent 125eaf7f58
commit 073e52e09e
6 changed files with 56 additions and 3 deletions

View File

@@ -147,3 +147,4 @@ MINIO_SECRET_KEY = os.getenv("MINIO_SECRET_KEY", "minioadmin")
MINIO_BUCKET_NAME = 'platform'
VK_SERVICE_TOKEN = os.getenv("VK_SERVICE_TOKEN", None)
YANDEX_SERVICE_TOKEN = os.getenv("YANDEX_SERVICE_TOKEN", None)