ImageProcessor_MainServer/.env.dev.example

8 lines
227 B
Plaintext

# .env.dev.example
TEMP_STORAGE=/app/temp_files
SUPABASE_URL=https://xxxxx.supabase.co
SUPABASE_KEY=YOUR_KEY
MAIN_SERVER_URL=http://fastapi:7890
CELERY_BROKER_URL=redis://redis:6379/0
CELERY_RESULT_BACKEND=redis://redis:6379/1