# =============================================== # 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