1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00
pgadmin_ynh/conf/pgadmin.ini
2017-12-23 22:01:03 +01:00

27 lines
No EOL
530 B
INI

[uwsgi]
# Who will run the code
uid = __USER__
gid = __USER__
# Number of workers
workers = 1
# The right granted on the created socket
chmod-socket = 666
# Plugin to use and interpretor config
single-interpreter = true
master = true
plugin = python
# Manage the subpath
manage-script-name = true
mount = __PATH__=pgAdmin4.py
# Virtualenv and python path
virtualenv = __FINALPATH__
pythonpath = __FINALPATH__
chdir = __FINALPATH__/lib/python2.7/site-packages/pgadmin4
# The variable holding flask application
callable = app