1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00
This commit is contained in:
Thomas 2024-01-20 09:37:11 +01:00 committed by GitHub
parent 3ef8ed2b99
commit 5c11d67159
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
plugins = python3 plugins = python3
master = true master = true
protocol = uwsgi protocol = uwsgi
socket = /var/run/__APP__/socket socket = 127.0.0.1:8080
wsgi-file = __INSTALL_DIR__/venv/lib/$weblate_pypath/site-packages/weblate/__APP__.ini wsgi-file = __INSTALL_DIR__/venv/lib/$weblate_pypath/site-packages/weblate/__APP__.ini
# Add path to Weblate checkout if you did not install # Add path to Weblate checkout if you did not install