github.com/qiuhoude/go-web@v0.0.0-20220223060959-ab545e78f20d/prepare/30_mongo/gridfs/file.txt (about)

     1  
     2  -- -- 登录平台参数
     3  LOGIN_PLATFORM_PARAM = "self"
     4  
     5  -- -- --内网开发@@@@@@@@@@@@@@@@
     6  GameConfig.accountAddress = "http://192.168.1.151:9200/"
     7  GameConfig.accountURL = "http://192.168.1.151:9200/honor_account/account/account.do"
     8  GameConfig.areaURL = "http://192.168.1.151:8080/serverlist.json"
     9  GameConfig.noticeURL = "http://192.168.1.151:9200/honor_account/account/getnotice.do?plat=self"
    10  GameConfig.qqGroupURL = "http://192.168.1.151:9200/honor_account/account/getJoinGroupCfg.do?plat=self"
    11  GameConfig.downRootURL = "http://119.29.133.112/version2/"
    12  
    13  --合服开发
    14  --  GameConfig.accountURL = "http://123.207.108.26:9200/honor_account/account/account.do"
    15  --  GameConfig.areaURL = "http://123.207.108.26:80/serverlist.json"
    16   
    17  -- -- --现代战争 版号服
    18  -- GameConfig.accountURL = "http://182.254.230.84:9200/honor_account/account/account.do"
    19  -- GameConfig.areaURL = "http://182.254.230.84/serverlist_mw.json"
    20  
    21  -- ----预发布地址
    22  -- GameConfig.accountURL = "http://119.29.133.112:9200/honor_account/account/account.do"
    23  -- GameConfig.accountAddress = "http://119.29.133.112:9200/"
    24  -- GameConfig.areaURL = "http://119.29.133.112/serverlist_honor.json"
    25  -- GameConfig.downRootURL = "http://119.29.133.112/version2/"
    26  -- GameConfig.noticeURL = "http://119.29.133.112:9200/honor_account/account/getnotice.do?plat=self"
    27  -- GameConfig.qqGroupURL = "http://119.29.133.112:9200/honor_account/account/getJoinGroupCfg.do?plat=self"
    28  
    29  -- GameConfig.accountURL = "http://muzhionline.honor.hundredcent.com:9200/honor_account/account/account.do"
    30  -- GameConfig.accountAddress = "http://muzhionline.honor.hundredcent.com:9200/"
    31  -- GameConfig.areaURL = "http://muzhionline.honor.hundredcent.com/serverlist_honor.json"
    32  -- GameConfig.downRootURL = "http://cdn.muzhionline.honor.hundredcent.com/version/"
    33  -- GameConfig.verifyURL = "http://muzhionline.honor.hundredcent.com/version/tankglory_ios_test.json"
    34  ------消息推送地址
    35  --GameConfig.pushURL = "http://muzhionline.honor.hundredcent.com:9113"
    36  
    37  
    38  function getPayCallBackUrl()
    39      return "http://self.empire.hundredcent.com:9100/tank_account/account/payCallback.do?plat=self"
    40  end