王刚 1 년 전
부모
커밋
c3d63198ec
2개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 4
      Gameserver/Amfphp/config.php
  2. 1 1
      Gameserver/globals.php

+ 2 - 4
Gameserver/Amfphp/config.php

@@ -2,8 +2,6 @@
 
 namespace loyalsoft;
 
-//use \GAME_ONLINE;
-
 /**
  * Description of config
  * 尝试用这种写法来定义服务器配置
@@ -17,14 +15,14 @@ abstract class config {
     public $paydb;                                                              # mysql配置
     public $nosql;                                                              # nosql配置
     public $stat;                                                               # 统计配置
-    public $mongo;                                                            # MongoDB配置
+    public $mongo;                                                              # MongoDB配置
 
     /**
      * CDN地址 (没有写继承是因为暂时没有特殊逻辑)
      * @return type
      */
     public static function CDN_host() {
-        return "https://loyalsoft.oss-cn-shanghai.aliyuncs.com" . "/ylsj/" . PLAT;
+        return "https://loyalsoft.oss-cn-shanghai.aliyuncs.com" . "/jzhj/" . PLAT;
     }
 
     /**

+ 1 - 1
Gameserver/globals.php

@@ -33,7 +33,7 @@ class Enum_Plat {
 /**
  * @var string 平台字符串
  */
-define("PLAT", Enum_Plat::Online_dev);  #
+define("PLAT", Enum_Plat::dev_gwang);  #
 
 
 /**