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 8ee586b commit e3d9e44Copy full SHA for e3d9e44
uikit/src/main/java/cn/wildfire/chat/kit/Config.java
@@ -15,7 +15,7 @@ public class Config {
15
* <br>
16
17
*/
18
- public static String 117.72.91.163 /*请仔细阅读上面的注释,没有 http 前缀,配置错误时,APP 会提示配置错误,然后直接退出*/ = "wildfirechat.net";
+ public static String IM_SERVER_HOST /*请仔细阅读上面的注释,没有 http 前缀,配置错误时,APP 会提示配置错误,然后直接退出*/ = "117.72.91.163";
19
20
// 注意APP_SERVER_ADDRESS已从kit中移除,移动到了AppService.java中
21
//public static String APP_SERVER_ADDRESS = "http://wildfirechat.net:8888";
0 commit comments