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 2021-09-01 16:59:40 +02:00
parent 2765297b10
commit 804a0df0d5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -3,11 +3,10 @@
"secret": "__SECRET__",
"database": "postgres",
"port": "__PORT__",
"admin__username":"__ADMIN__",
"admin__password":"__PASSWORD__",
"admin__password__confirm":"__PASSWORD__",
"trust_proxy": true,
"isCluster": false,
"admin:username": "__ADMIN__",
"admin:password": "__PASSWORD__",
"admin:password:confirm": "__PASSWORD__",
"admin:email": "admin@__DOMAIN__",
"postgres": {
"host": "localhost",
"port": "5432",