| # Environment variables for local development | |
| # Copy this file to .env and set your own values | |
| # Server configuration | |
| PORT=7860 | |
| # Debug mode (set to "true" to enable debug logging) | |
| DEBUG=false | |
| # CORS configuration (optional) | |
| # CORS_ALLOW_ORIGIN=* | |
| # CORS_ALLOW_METHODS=POST,GET,OPTIONS,PUT,DELETE | |
| # CORS_ALLOW_HEADERS=Accept,Content-Type,Content-Length,Accept-Encoding,X-CSRF-Token,Authorization,x-api-key,anthropic-version |