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 933e9c0 commit bbe98f8Copy full SHA for bbe98f8
uikit/src/main/java/cn/wildfire/chat/kit/Config.java
@@ -13,13 +13,7 @@
13
public class Config {
14
15
/**
16
- * 仅仅是host,没有http开头,也不用配置端口,<strong> 底层会使用默认的80端口</strong>,不可配置为127.0.0.1 或者 192.168.0.1
17
- * <br>
18
19
- * 可以是IP,可以是域名,如果是域名的话只支持主域名或www域名或im或imtest或imdev的二级域名,其它二级域名不支持!建议使用域名。
20
21
22
- * 例如:example.com或www.example.com或im.example.com是支持的;xx.example.com或xx.yy.example.com是不支持的。
+ * 仅仅是host,没有http开头,也不用配置端口,可以是IP,可以是域名,<strong> 底层会使用默认的80端口</strong>,不可配置为127.0.0.1 或者 192.168.0.1
23
* <br>
24
25
*/
0 commit comments