feat: add WB_SECRET_TOKEN to headers for marketplace API requests

This commit is contained in:
2025-10-13 20:23:14 +03:00
parent bd83f654c5
commit c9e07b8368
2 changed files with 7 additions and 3 deletions

View File

@@ -41,4 +41,4 @@ KAFKA_ENABLE_SSL = os.environ.get('KAFKA_ENABLE_SSL', 'true').lower() in ('true'
# Celery
CELERY_BROKER_URL = os.environ.get('CELERY_BROKER_URL')
CELERY_RESULT_BACKEND = os.environ.get('CELERY_RESULT_BACKEND')
WB_SECRET_TOKEN = os.environ.get("WB_SECRET_TOKEN")