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
|
upgrade=1 from_commit=CommitHash
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
|
||||||
change_url=1
|
change_url=1
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=
|
Email=
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
"postgres": {
|
"postgres": {
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": "5432",
|
"port": "5432",
|
||||||
"username": "db_user",
|
"username": "__DB_NAME__",
|
||||||
"password": "db_pass",
|
"password": "__DB_PWD__",
|
||||||
"database": "db_name"
|
"database": "__DB_NAME__"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue