Skip to content

Instantly share code, notes, and snippets.

@pranjal5215
Created August 1, 2015 05:04
Show Gist options
  • Save pranjal5215/cb8977317023f0f2ba40 to your computer and use it in GitHub Desktop.
Save pranjal5215/cb8977317023f0f2ba40 to your computer and use it in GitHub Desktop.
json config file for norse
{
"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"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment