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-08-31 18:18:55 +02:00
parent 88da55bd17
commit 94bc8d57a1
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -2,11 +2,14 @@
"url": "http://127.0.0.1:__PORT__",
"secret": "__SECRET__",
"port": "__PORT__",
"setup": {
"admin:username": "__ADMIN__",
"admin:password": "__PASSWORD__",
"admin:password:confirm": "__PASSWORD__",
"admin:email": "admin@__DOMAIN__"
"admin": {
"username": "__ADMIN__"
},
"admin": {
"password": "__PASSWORD__"
},
"admin": {
"email": "admin@__DOMAIN__"
},
"database": "redis",
"redis": {