|
|
@@ -1,11 +1,11 @@
|
|
|
//window.dappHost 全局的域名前缀,本地就直接用本地ip加端口,需要本地运行服务器文件
|
|
|
//window.dappWss 此处连接websocket,目前可以不用配置
|
|
|
//window.isTestNet 运行DApp时候,dapp-plugin.min 初始化的环境,true就是测试网,false就是正式网络
|
|
|
- window.dappHost = "http://192.168.0.109:26001";
|
|
|
- window.dappWss = "ws://192.168.0.109:26001/api_dapp/game_websocket/play_back/";
|
|
|
+ //window.dappHost = "http://192.168.0.109:26001";
|
|
|
+ //window.dappWss = "ws://192.168.0.109:26001/api_dapp/game_websocket/play_back/";
|
|
|
window.isTestNet = true;
|
|
|
- //window.dappHost = "https://www.yuyekeji.cn";
|
|
|
- //window.dappWss = "wss://www.yuyekeji.cn/api_dapp/game_websocket/play_back/";
|
|
|
+ window.dappHost = "https://www.9527fun.cn";
|
|
|
+ window.dappWss = "wss://www.9527fun.cn/api_dapp/game_websocket/play_back/";
|
|
|
|
|
|
/**这里就是线上服务器配置,走线上流程时候,这里开发注释*/
|
|
|
//window.dappHost = "https://cnt.landownership.live";
|