Skip to content

Commit da9645c

Browse files
author
Lloyd Watkin
committed
Add disableWebsocket to the example config
1 parent ff63151 commit da9645c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.js.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
exports._ = {
2020
// This is the port that your webserver's reverse proxy will forward requests to
2121
port: 9123,
22+
23+
// Whether to disable the xmpp-ftw endpoint
24+
disableWebsocket: false
2225
};
2326

2427
// Production settings

0 commit comments

Comments
 (0)