mirror of
https://github.com/YunoHost-Apps/pufferpanel_ynh.git
synced 2024-09-03 20:16:03 +02:00
fix pgsql port
This commit is contained in:
parent
8b279b0f04
commit
5817e81619
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
"panel": {
|
||||
"database": {
|
||||
"dialect": "postgresql",
|
||||
"url": "user=__DB_USER__ password=__DB_PWD__ dbname=__DB_NAME__ port=9920 sslmode=disable"
|
||||
"url": "user=__DB_USER__ password=__DB_PWD__ dbname=__DB_NAME__ port=5432 sslmode=disable"
|
||||
},
|
||||
"web": {
|
||||
"files": "__INSTALL_DIR__"
|
||||
|
|
Loading…
Add table
Reference in a new issue