mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Félix Piédallu
ce58c792c7
* Use example_ynh as a template * Implement change_url * Use the new yunohost permissions system * Use a python3 venv * Use a systemd service + gunicorn * Allow multiple instances (stop installing in /opt/yunohost/ihatemoney)
7 lines
170 B
Python
7 lines
170 B
Python
backlog = 2048
|
|
daemon = False
|
|
debug = True
|
|
workers = 3
|
|
logfile = "/var/log/__APP__/budget.gunicorn.log"
|
|
loglevel = "info"
|
|
bind = "unix:/tmp/budget.gunicorn___APP__.sock"
|