1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tracim_ynh.git synced 2024-10-01 13:34:52 +02:00
tracim_ynh/conf/caldav.ini

12 lines
294 B
INI
Raw Normal View History

2022-04-08 03:47:14 +02:00
[uwsgi]
uid = __APP__
gid = www-data
plugins = python3
2023-04-27 22:55:37 +02:00
chdir = __INSTALL_DIR__/backend/
2022-04-08 03:47:14 +02:00
module = wsgi.caldav:application
2023-04-27 22:55:37 +02:00
home = __INSTALL_DIR__/backend/env/
2022-04-08 03:47:14 +02:00
threads = 8
2023-04-27 22:55:37 +02:00
env = TRACIM_CONF_PATH=__INSTALL_DIR__/backend/development.ini
2022-04-08 03:47:14 +02:00
socket = /tmp/uwsgi-__APP__-caldav.socket
chmod-socket = 660