mirror of
https://github.com/YunoHost-Apps/tracim_ynh.git
synced 2024-10-01 13:34:52 +02:00
11 lines
294 B
INI
11 lines
294 B
INI
[uwsgi]
|
|
uid = __APP__
|
|
gid = www-data
|
|
plugins = python3
|
|
chdir = __INSTALL_DIR__/backend/
|
|
module = wsgi.caldav:application
|
|
home = __INSTALL_DIR__/backend/env/
|
|
threads = 8
|
|
env = TRACIM_CONF_PATH=__INSTALL_DIR__/backend/development.ini
|
|
socket = /tmp/uwsgi-__APP__-caldav.socket
|
|
chmod-socket = 660
|