Campustream 1.0
A social network MQP for WPI
application/config/memcache.php
Go to the documentation of this file.
00001 <?php
00002 /*
00003  * Memcached settings for Campustream. Update as needed.
00004  */
00005  
00006 $default = array('host' => '127.0.0.1', 'port' => 11211, 'persistant' => false, 'weight' => 1, 'timeout' => 0.2);
00007 $config = array();
00008 
00009 // List all memcached servers you would like to use
00010 // Array indicies can be anything. Values override defaults
00011 // shown above.
00012 $config['web1'] = array( 'host' => '127.0.0.1' );
00013 $config['db1']  = array( 'host' => '10.179.65.133' );