- Python/Flask Backend - SQLAlchemy Models (notes, tasks, templates, users) - Gunicorn + Nginx Deploy-Konfiguration - Static Assets (CSS/JS) - Jinja2 Templates
5 lines
62 B
Python
Executable File
5 lines
62 B
Python
Executable File
bind = "127.0.0.1:5000"
|
|
workers = 2
|
|
threads = 4
|
|
timeout = 120
|