Quellcode durchsuchen

Merge branch 'mh' into mhtest

stanley-king vor 1 Jahr
Ursprung
Commit
fe65ba3ce2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;