Campustream 1.0
A social network MQP for WPI
application/config/redis.php
Go to the documentation of this file.
00001 <?
00002 /*
00003  * Redis settings for Campustream. Update as needed.
00004  */
00005 
00006 $config = array();
00007 
00008 // List all Redis servers below
00009 $config[]       = array( 'host' => '10.179.65.133', 'port' => 6379 );