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

Fix uid and gid

This commit is contained in:
Josué Tille 2020-01-10 11:47:09 +01:00
parent 3372103955
commit 41398c9269
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -1,7 +1,7 @@
[uwsgi]
# Who will run the code
uid = __USER__
gid = __USER__
uid = __APP__
gid = __APP__
# Number of workers
workers = 1