| # ======================================== | |
| # API Configuration | |
| # ======================================== | |
| # Backend API URL (change for production) | |
| NEXT_PUBLIC_API_URL=http://localhost:8000 | |
| # ======================================== | |
| # Application Settings | |
| # ======================================== | |
| # Environment: development, staging, production | |
| NEXT_PUBLIC_APP_ENV=development | |
| # ======================================== | |
| # Feature Flags | |
| # ======================================== | |
| # Enable AI features (requires HUGGINGFACE_API_KEY in backend) | |
| NEXT_PUBLIC_ENABLE_AI=true | |
| # Enable analytics | |
| NEXT_PUBLIC_ENABLE_ANALYTICS=false | |