Lin / .env.hf
Zelyanoth's picture
fff
25f22bf
raw
history blame contribute delete
294 Bytes
# Hugging Face Spaces environment variables
# This file is for reference only. Set actual values in Hugging Face Spaces secrets.
# Celery configuration for Redis
CELERY_BROKER_URL=redis://localhost:6379/0
CELERY_RESULT_BACKEND=redis://localhost:6379/0
# Port for Hugging Face Spaces
PORT=7860