Skip to content

Commit

Permalink
切换到net域名
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrain2012 committed Feb 18, 2021
1 parent 0bbf990 commit dcabcd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion chat/src/main/java/cn/wildfire/chat/app/AppService.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ public class AppService implements AppServiceProvider {
* <br>
* <br>
*/
public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释*/ = "http://wildfirechat.cn:8888";
public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释*/ = "http://wildfirechat.net:8888";
// public static String APP_SERVER_ADDRESS/*请仔细阅读上面的注释*/ = "https://app.wildfirechat.net";

private AppService() {

Expand Down
4 changes: 2 additions & 2 deletions uikit/src/main/java/cn/wildfire/chat/kit/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Config {
* <br>
* <br>
*/
public static String IM_SERVER_HOST /*请仔细阅读上面的注释*/ = "wildfirechat.cn";
public static String IM_SERVER_HOST /*请仔细阅读上面的注释*/ = "wildfirechat.net";

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

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

0 comments on commit dcabcd6

Please sign in to comment.