Skip to content

Instantly share code, notes, and snippets.

@pranjal5215
Created August 1, 2015 05:04
Show Gist options
  • Select an option

  • Save pranjal5215/cb8977317023f0f2ba40 to your computer and use it in GitHub Desktop.

Select an option

Save pranjal5215/cb8977317023f0f2ba40 to your computer and use it in GitHub Desktop.

Revisions

  1. pranjal5215 created this gist Aug 1, 2015.
    22 changes: 22 additions & 0 deletions config.json
    Original 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"
    }
    }
    }