Files
noteapp/gunicorn.conf.py
Nicolay Braetter 5c7ce5d0ca Initial commit: Notes Manager App (notes.braetter-int.de)
- Python/Flask Backend
- SQLAlchemy Models (notes, tasks, templates, users)
- Gunicorn + Nginx Deploy-Konfiguration
- Static Assets (CSS/JS)
- Jinja2 Templates
2026-04-15 09:28:33 +02:00

5 lines
62 B
Python
Executable File

bind = "127.0.0.1:5000"
workers = 2
threads = 4
timeout = 120