We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2816cee commit 8231272Copy full SHA for 8231272
client/js/main.js
@@ -83,8 +83,8 @@ import { renderUserList, // 渲染用户列表 / Render user list
83
// 设置全局配置参数
84
// Set global configuration parameters
85
window.config = {
86
- //wsAddress: `${window.location.protocol === 'https:' ? 'wss:' : 'ws:'}//${window.location.host}`, // WebSocket 服务器地址 / WebSocket server address
87
- wsAddress: `wss://crypt.works`,
+ wsAddress: `${window.location.protocol === 'https:' ? 'wss:' : 'ws:'}//${window.location.host}`, // WebSocket 服务器地址 / WebSocket server address
+ //wsAddress: `wss://crypt.works`,
88
debug: true // 是否开启调试模式 / Enable debug mode
89
};
90
0 commit comments