1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00
nodebb_ynh/conf/config.json

13 lines
254 B
JSON
Raw Normal View History

{
2021-08-31 17:50:38 +02:00
"url": "http://127.0.0.1:__PORT__",
"secret": "__SECRET__",
2017-07-25 13:22:36 +02:00
"port": "__PORT__",
2021-08-31 16:37:57 +02:00
"database": "redis",
2021-08-31 16:30:08 +02:00
"redis": {
"host": "127.0.0.1",
2021-08-31 16:30:08 +02:00
"port": "6379",
"password": "",
"database": "__REDIS_DB__"
2017-04-22 20:18:50 +02:00
}
}