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:
parent
6f9a12342c
commit
697dd1c305
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue