I think this is a good midway between hardcoding it in and allowing configurability

This commit is contained in:
xisi 2014-01-29 23:35:07 -05:00
parent 0643cf4b87
commit 3d414e9ffa

View File

@ -219,7 +219,7 @@ $config['pps']['blockavg']['blockcount'] = 10;
$config['memcache']['enabled'] = true;
$config['memcache']['host'] = 'localhost';
$config['memcache']['port'] = 11211;
$config['memcache']['keyprefix'] = 'mpos_';
$config['memcache']['keyprefix'] = 'mpos_'.$config['currency'].'_';
$config['memcache']['expiration'] = 90;
$config['memcache']['splay'] = 15;