feat: add WB_SECRET_TOKEN to headers for marketplace API requests
This commit is contained in:
		@@ -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")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user