mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
21 lines
411 B
JSON
21 lines
411 B
JSON
{
|
|
"url": "http://127.0.0.1:__PORT__",
|
|
"secret": "__SECRET__",
|
|
"port": "__PORT__",
|
|
"admin": {
|
|
"username": "__ADMIN__"
|
|
},
|
|
"admin": {
|
|
"password": "__PASSWORD__"
|
|
},
|
|
"admin": {
|
|
"email": "admin@__DOMAIN__"
|
|
},
|
|
"database": "redis",
|
|
"redis": {
|
|
"host": "127.0.0.1",
|
|
"port": "6379",
|
|
"password": "",
|
|
"database": "__REDIS_DB__"
|
|
}
|
|
}
|