unify websocket configuration points

This commit is contained in:
ansuz
2019-12-23 18:27:11 -05:00
parent a8b363dba0
commit 05699b2c94
3 changed files with 17 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ module.exports = {
* Otherwise, leave this commented and your clients will use the default
* websocket (wss://yourdomain.com/cryptpad_websocket)
*/
//externalWebsocketPath: 'wss://api.yourdomain.com/cryptpad_websocket
//externalWebsocketURL: 'wss://api.yourdomain.com/cryptpad_websocket
/* CryptPad can be configured to send customized HTTP Headers
* These settings may vary widely depending on your needs