|
@@ -3,11 +3,12 @@ use KIF\Core\Request;
|
|
|
$app_path = '/www/onepage/tm';
|
|
|
|
|
|
$cdn_host = 'op_cdn.5dev.cn';
|
|
|
+$host = 'op_dever.5dev.cn';
|
|
|
|
|
|
$name = 'Dever活动平台';
|
|
|
return array(
|
|
|
'Namespace' => 'Cas',
|
|
|
- 'App_Id' => 'http://op_dever.5dev.cn/',
|
|
|
+ 'App_Id' => 'http://'.$host.'/',
|
|
|
'App_Path' => $app_path,
|
|
|
'Lib_Path' => $app_path . DS . 'lib',
|
|
|
'route_file' => $app_path . DS . 'config/route.inc.php',
|
|
@@ -58,5 +59,5 @@ return array(
|
|
|
),
|
|
|
|
|
|
'passport_sign_key' => 'rD5carfCGbHAhF',
|
|
|
- 'passport_url' => 'http://passport.5dev.cn/auth.info?' ,
|
|
|
+ 'passport_url' => 'http://'.$host.'/?c=Login&c=Get' ,
|
|
|
);
|