# MongoDB Configuration MONGO_URI=mongodb://localhost:27017/semblance_db # MongoDB auth (uncomment if your MongoDB requires authentication) # MONGO_USER=admin # MONGO_PASS=password # App settings — DEBUG must be 0 in production DEBUG=0 # Generate with: python3 -c "import secrets; print(secrets.token_hex(32))" SECRET_KEY=REPLACE_WITH_RANDOM_SECRET JWT_SECRET_KEY=REPLACE_WITH_RANDOM_SECRET # AI API Keys OPENAI_API_KEY=REPLACE_WITH_KEY GEMINI_API_KEY=REPLACE_WITH_KEY # Microsoft Azure (optional, for MS login) # MSAL_TENANT_ID=your-tenant-id # MSAL_CLIENT_ID=your-client-id