|
@@ -71,7 +71,7 @@ public class RoomBuilder {
|
|
|
BasicConfig.INSTANCE.setCacheDir(Constants.CACHE_DIR);
|
|
|
//Pingpp.DEBUG = BasicConfig.INSTANCE.isDebuggable();
|
|
|
|
|
|
- UriProvider.init("http://" + host, "ws://" + host + ":3006");
|
|
|
+ UriProvider.init("https://" + host, "ws://" + host + ":3006");
|
|
|
OkHttpManager.getInstance().init(context, BasicConfig.INSTANCE.isDebuggable());
|
|
|
|
|
|
//initNimUIKit();
|