|
@@ -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;
|
|
|
}
|
|
|
|
|
|
/**
|