diff --git a/lib/config/development.json b/lib/config/development.json new file mode 100644 index 0000000..b78ea2b --- /dev/null +++ b/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" + } + } +} \ No newline at end of file