1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

Fix uwsgi

This commit is contained in:
Salamandar 2024-01-30 16:06:46 +01:00
parent 6f9a12342c
commit 697dd1c305

View file

@ -19,8 +19,8 @@ manage-script-name = true
mount = __PATH__=pgAdmin4.py
# Virtualenv and python path
virtualenv = __INSTALL_DIR__
pythonpath = __INSTALL_DIR__
virtualenv = __INSTALL_DIR__/venv
pythonpath = __INSTALL_DIR__/venv
chdir = __INSTALL_DIR__/venv/lib/python__PYTHON_VERSION__/site-packages/pgadmin4
# The variable holding flask application