feat: socket redis

This commit is contained in:
2024-10-22 08:55:24 +03:00
parent 7daf029a1d
commit 52b3f6e6ee
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ PG_DATABASE = os.environ.get('PG_DATABASE')
# Celery
CELERY_BROKER_URL = os.environ.get('CELERY_BROKER_URL')
CELERY_RESULT_BACKEND = os.environ.get('CELERY_RESULT_BACKEND')
REDIS_URL = os.environ.get('REDIS_URL')
# Yandex
YANDEX_CLIENT_ID = os.environ.get('YANDEX_CLIENT_ID')