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
2021-08-31 21:38:38 +02:00

24 lines
550 B
JSON

{
"url": "https://__DOMAIN____PATH__",
"secret": "__SECRET__",
"database": "postgres",
"port": "__PORT__",
"trust_proxy": true,
"isCluster": false,
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "",
"database": "__REDIS_DB__"
},
"postgres": {
"host": "localhost",
"port": "5432",
"username": "__DB_NAME__",
"password": "__DB_PWD__",
"database": "__DB_NAME__"
},
"socket.io": {
"transports": ["websocket"]
}
}