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:
parent
94bc8d57a1
commit
6b457a54f3
1 changed files with 3 additions and 9 deletions
|
@ -2,15 +2,9 @@
|
|||
"url": "http://127.0.0.1:__PORT__",
|
||||
"secret": "__SECRET__",
|
||||
"port": "__PORT__",
|
||||
"admin": {
|
||||
"username": "__ADMIN__"
|
||||
},
|
||||
"admin": {
|
||||
"password": "__PASSWORD__"
|
||||
},
|
||||
"admin": {
|
||||
"email": "admin@__DOMAIN__"
|
||||
},
|
||||
"admin:username": "__ADMIN__",
|
||||
"admin:password": "__PASSWORD__",
|
||||
"admin:password:confirm": "__PASSWORD__",
|
||||
"database": "redis",
|
||||
"redis": {
|
||||
"host": "127.0.0.1",
|
||||
|
|
Loading…
Reference in a new issue