Skip to content

Commit

Permalink
Adding config.json just for the heroku piece
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirsten Jones committed Jan 6, 2012
1 parent 9375659 commit b9210f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"title" : "I/O Docs - http://github.com/mashery/iodocs",
"port" : 3000,
"debug" : true,
"sessionSecret" : "12345",
"redis" : {
"host" : "localhost",
"port" : 6379,
"password" : "",
"database" : "0"
}
}

0 comments on commit b9210f7

Please sign in to comment.