Skip to content

Commit

Permalink
Merge pull request #142 from rowanhill/config-json-tidy
Browse files Browse the repository at this point in the history
Tidy up config.json.sample whitespace
  • Loading branch information
mtougeron committed Dec 9, 2013
2 parents 0d2da01 + 923118c commit 1f35f1c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config.json.sample
Expand Up @@ -5,14 +5,14 @@
"apiConfigDir" : "./public/data/",
"debug" : false,
"sessionSecret" : "12345",
"basicAuth": {
"username":"",
"password":""
"basicAuth" : {
"username" : "",
"password" : ""
},
"redis" : {
"host" : "localhost",
"port" : 6379,
"password" : "",
"database" : "0"
}
"host" : "localhost",
"port" : 6379,
"password" : "",
"database" : "0"
}
}

0 comments on commit 1f35f1c

Please sign in to comment.