Created
August 1, 2015 05:04
-
-
Save pranjal5215/cb8977317023f0f2ba40 to your computer and use it in GitHub Desktop.
Revisions
-
pranjal5215 created this gist
Aug 1, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ { "redis" : { "redisConfig" : { "host" : "localhost", "port" : "6379", "db" : "1" } }, "memcache" : { "memConf1" : "localhost:11211", "memConf2" : "localhost:11212" }, "mysql" : { "mySQLConf" : { "host" : "localhost", "port" : "3306", "username" : "root", "password" : "", "database" : "dbname" } } }