Spaces:
Running
Running
File size: 558 Bytes
27d04ef | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # ===============================================
# IDO Backend Environment Variables
# ===============================================
# Copy this file to .env and fill in your values
# DO NOT commit .env to version control
# ===============================================
# CORS allowed origins (comma-separated)
# Example: http://localhost:3000,https://your-frontend.vercel.app
ALLOWED_ORIGINS=*
# Storage path for temporary files (optional)
STORAGE_PATH=./storage
# Future: ML Model settings
# SPACY_MODEL=en_core_web_sm
# ENABLE_TOPIC_MODELING=true
|