瀏覽代碼

Merge branch 'mh' into mhtest

stanley-king 1 年之前
父節點
當前提交
fe65ba3ce2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data/config/mh/base.ini.php

+ 1 - 1
data/config/mh/base.ini.php

@@ -68,7 +68,7 @@ $config['thumb']['cut_type'] = 'gd';
 $config['thumb']['impath'] = '';
 
 $config['cache']['type'] 		= 'redis';
-$config['redis']['prefix']      	= 'gx_';
+$config['redis']['prefix']      	= 'nc_';
 $config['redis']['master']['host']     	= MASTER_REDISHOST;
 $config['redis']['master']['port']     	= 6379;
 $config['redis']['master']['pconnect'] 	= 0;