From 77cd303a6d24a996f715fa919a305452251a198b Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 19 Jan 2015 11:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mode/sae.php | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Mode/sae.php b/Mode/sae.php index b6fcd89b..a6c48f95 100644 --- a/Mode/sae.php +++ b/Mode/sae.php @@ -34,15 +34,10 @@ return [ 'master_num' => 1, // 读写分离后 主服务器数量 'slave_no' => '', // 指定从服务器序号 ], - //更改模板替换变量,让普通能在所有平台下显示 - 'TMPL_PARSE_STRING' => [ - // __PUBLIC__/upload --> /Public/upload -->http://appname-public.stor.sinaapp.com/upload - '/Public/upload' => $st->getUrl('public','upload') - ], - 'LOG_TYPE' => 'Sae', - 'DATA_CACHE_TYPE' => 'Memcachesae', - 'CHECK_APP_DIR' => false, - 'FILE_UPLOAD_TYPE' => 'Sae', + 'log_type' => 'Sae', + 'data_cache_type' => 'Memcachesae', + 'check_app_dir' => false, + 'file_upload_type' => 'Sae', ], // 别名定义