1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Update config.json

This commit is contained in:
ericgaspar 2022-03-16 23:15:35 +01:00
parent b6729ee513
commit ce64889905
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -7,7 +7,7 @@
"postgres": { "postgres": {
"host": "localhost", "host": "localhost",
"port": "5432", "port": "5432",
"username": "__DB_NAME__", "username": "__DB_USER__",
"password": "__DB_PWD__", "password": "__DB_PWD__",
"database": "__DB_NAME__" "database": "__DB_NAME__"
} }