|
@@ -4,6 +4,7 @@ $app_path = '/www/onepage/tm';
|
|
|
|
|
|
$cdn_host = 'opcdn.sg.com.cn';
|
|
|
|
|
|
+$name = 'OnePage V1.0';
|
|
|
return array(
|
|
|
'Namespace' => 'Cas',
|
|
|
'App_Id' => 'http://onepage.sg.com.cn/',
|
|
@@ -46,6 +47,7 @@ return array(
|
|
|
'domain' => Request::schemeDomain(),
|
|
|
'url' => Request::url(),
|
|
|
'cdn' => "http://{$cdn_host}",
|
|
|
+ 'name' => $name,
|
|
|
),
|
|
|
|
|
|
'wechat_cfg' => array(
|