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
6c5690a2f3
commit
3c8d59c4f2
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
|||
"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__"
|
||||
},
|
||||
"database": "redis",
|
||||
"redis": {
|
||||
"host": "127.0.0.1",
|
||||
|
|
Loading…
Reference in a new issue