adding memcache switch to dist config

This commit is contained in:
Sebastian Grewe 2013-05-17 16:26:30 +02:00
parent 6ffaece837
commit 6102357cb9

View File

@ -29,6 +29,7 @@ $config = array(
'reward' => '50', // Reward for finding blocks
'confirmations' => '120', // Confirmations per block found to credit transactions
'memcache' => array(
'enabled' => true,
'host' => 'localhost', // Memcache Host
'post' => 11211, // Memcache Port
'keyprefix' => 'mmcfe_ng_', // Prefix for all keys