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:
parent
3372103955
commit
41398c9269
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
[uwsgi]
|
[uwsgi]
|
||||||
# Who will run the code
|
# Who will run the code
|
||||||
uid = __USER__
|
uid = __APP__
|
||||||
gid = __USER__
|
gid = __APP__
|
||||||
|
|
||||||
# Number of workers
|
# Number of workers
|
||||||
workers = 1
|
workers = 1
|
||||||
|
|
Loading…
Reference in a new issue