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
d36de2367b
commit
7a476e737e
1 changed files with 3 additions and 0 deletions
|
@ -17,5 +17,8 @@
|
||||||
"username": "__DB_NAME__",
|
"username": "__DB_NAME__",
|
||||||
"password": "__DB_PWD__",
|
"password": "__DB_PWD__",
|
||||||
"database": "__DB_NAME__"
|
"database": "__DB_NAME__"
|
||||||
|
},
|
||||||
|
"socket.io": {
|
||||||
|
"transports": ["websocket"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue