A Flask 3.0 API for testing Python deployment on Hostwares.
| Variable | Description | Required |
|---|---|---|
| APP_NAME | Display name | No |
| SECRET_KEY | Flask secret key | Yes |
| DATABASE_URL | PostgreSQL connection string | No |
| REDIS_URL | Redis connection URL | No |
| OPENAI_API_KEY | OpenAI API key (for AI features) | No |
| PORT | Server port (default: 8000) | No |
GET /— App info + env var statusGET /health— Health check
- Create a new site → select this repo
- Set SECRET_KEY and any other env vars
- Deploy! (uses Gunicorn with 2 workers)