Skip to content

Commit

Permalink
moving sample.json to development.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrauch committed Oct 18, 2014
1 parent 08ce970 commit 3a37590
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions lib/config/development.json
@@ -0,0 +1,20 @@
{
"port": 3000,
"mongoUrl": "mongodb://localhost/nodejs-starter",
"client": [
"organization name"
],
"organization name": "node-js",
"auth": {
"facebook": {
"clientID": "FBClientId",
"clientSecret": "FBClientSecret",
"callback": "http://localhost:3000/auth/facebook/callback"
},
"twitter": {
"consumerKey": "TwitterConsumerKey",
"consumerSecret": "TwitterConsumerSecret",
"callback": "http://127.0.0.1:3000/auth/twitter/callback"
}
}
}

0 comments on commit 3a37590

Please sign in to comment.