//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.isTestNet = false; //使用dappUrl的话,设置为false,true则走测试url window.dappUrl = "http://43.154.53.138:8081/api/"; //window.dappHost = "https://www.9527fun.cn"; //window.dappWss = "wss://www.9527fun.cn/api_dapp/game_websocket/play_back/"; /**这里就是线上服务器配置,走线上流程时候,这里开发注释*/ //window.dappHost = "https://cnt.landownership.live"; //window.dappWss = "wss://cnt.landownership.live/api_dapp/game_websocket/play_back/"; //window.isTestNet = false;