mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
fix
This commit is contained in:
parent
bdb8c6188e
commit
b19f00469f
2 changed files with 3 additions and 4 deletions
|
@ -23,7 +23,6 @@
|
|||
upgrade=1 from_commit=CommitHash
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Options
|
||||
Email=
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
"postgres": {
|
||||
"host": "127.0.0.1",
|
||||
"port": "5432",
|
||||
"username": "db_user",
|
||||
"password": "db_pass",
|
||||
"database": "db_name"
|
||||
"username": "__DB_NAME__",
|
||||
"password": "__DB_PWD__",
|
||||
"database": "__DB_NAME__"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue