Spaces:
Running
Running
| # ============================================================================ | |
| # OLLAMA CONFIGURATION | |
| # ============================================================================ | |
| OLLAMA_BASE_URL=http://host.docker.internal:11434 | |
| # ============================================================================ | |
| # API SERVER CONFIGURATION | |
| # ============================================================================ | |
| API_HOST=0.0.0.0 | |
| API_PORT=8000 | |
| API_RELOAD=false | |
| # ============================================================================ | |
| # LOGGING | |
| # ============================================================================ | |
| LOG_LEVEL=INFO | |
| # ============================================================================ | |
| # CORS (Cross-Origin Resource Sharing) | |
| # ============================================================================ | |
| # Comma-separated list of allowed origins | |
| # Use "*" to allow all origins (for MVP/development) | |
| # In production, specify exact origins: http://localhost:3000,https://yourapp.com | |
| CORS_ORIGINS=* | |