mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
fix postgres user
This commit is contained in:
parent
e7ffb39b86
commit
68ea51a8e5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ LANG=en_US.UTF-8
|
|||
LANGUAGE=en_US.UTF-8
|
||||
REPLACE_OS_VARS=true
|
||||
LIVEVIEW_ENABLED=true
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_USER=__APP__
|
||||
POSTGRES_DB=__APP__
|
||||
ACME_AGREE=true
|
||||
SHOW_DEBUG_IN_DEV=true
|
||||
|
|
Loading…
Reference in a new issue