Skip to content

Commit dcabcd6

Browse files
committed
切换到net域名
1 parent 0bbf990 commit dcabcd6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

chat/src/main/java/cn/wildfire/chat/app/AppService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ public class AppService implements AppServiceProvider {
4949
* <br>
5050
* <br>
5151
*/
52-
public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释*/ = "http://wildfirechat.cn:8888";
52+
public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释*/ = "http://wildfirechat.net:8888";
53+
// public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释*/ = "https://app.wildfirechat.net";
5354

5455
private AppService() {
5556

uikit/src/main/java/cn/wildfire/chat/kit/Config.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class Config {
2323
* <br>
2424
* <br>
2525
*/
26-
public static String IM_SERVER_HOST /*请仔细阅读上面的注释*/ = "wildfirechat.cn";
26+
public static String IM_SERVER_HOST /*请仔细阅读上面的注释*/ = "wildfirechat.net";
2727

2828
// 注意APP_SERVER_ADDRESS已从kit中移除,移动到了AppService.java中
2929
//public static String APP_SERVER_ADDRESS = "http://wildfirechat.cn:8888";
@@ -41,7 +41,7 @@ public class Config {
4141
// 如果是高级版,请删除掉下面的配置项目,保持ICE_SERVERS为空数组就行。
4242
// 数组元素定义
4343
/*{"turn server uri", "userName", "password"}*/
44-
{"turn:turn.wildfirechat.cn:3478", "wfchat", "wfchat"}
44+
{"turn:turn.wildfirechat.net:3478", "wfchat", "wfchat"}
4545
};
4646

4747
//文件传输助手用户ID,服务器有个默认文件助手的机器人,如果修改它的ID,需要客户端和服务器数据库同步修改

0 commit comments

Comments
 (0)