From 7bf061e87ce770d87f7b9c7193c7e9e6f925703e Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Mon, 27 May 2013 13:39:23 +0200 Subject: removed config file with sesitive information --- .gitignore | 3 +++ config/config.js | 30 ------------------------------ 2 files changed, 3 insertions(+), 30 deletions(-) delete mode 100644 config/config.js diff --git a/.gitignore b/.gitignore index 92cc05a..40c5ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,6 @@ results npm-debug.log node_modules + +# config file +config/config.js diff --git a/config/config.js b/config/config.js deleted file mode 100644 index c7ff42a..0000000 --- a/config/config.js +++ /dev/null @@ -1,30 +0,0 @@ -var path = require('path') - , rootPath = path.normalize(__dirname + '/..'); - - -module.exports = { - development: { - db: 'mongodb://localhost/Divid' - , root: rootPath - , app: { - name: 'Divid' - } - , facebook: { - clientID: '504825706245603' - , clientSecret: 'e5ea0faed85d8749cafd38732530ef35' - , callbackURL: 'https://divid.no/auth/facebook/callback' - } - , twitter: { - clientID: 'tpCfKBUyAfogTpFxnb9w' - , clientSecret: 'abzInK4Nu0IFUhyXl73O2XjlFLFlzmBtLmbXk6v8' - , callbackURL: 'https://divid.no/auth/twitter/callback' - } - , email: { - server: 'localhost' - , ssl: false - } - , sessionSecret: 'lsdrghoi4hgqio42nqf2uqi32f3bilu23fl23b' - } -} - - -- cgit v1.2.3