diff --git a/config/env/travis.js b/config/env/travis.js deleted file mode 100644 index cc039460..00000000 --- a/config/env/travis.js +++ /dev/null @@ -1,29 +0,0 @@ -'use strict'; - -module.exports = { - db: 'mongodb://localhost/mean-travis', - port: 3001, - app: { - title: 'MEAN.JS - Travis Environment' - }, - facebook: { - clientID: 'APP_ID', - clientSecret: 'APP_SECRET', - callbackURL: 'http://localhost:3000/auth/facebook/callback' - }, - twitter: { - clientID: 'CONSUMER_KEY', - clientSecret: 'CONSUMER_SECRET', - callbackURL: 'http://localhost:3000/auth/twitter/callback' - }, - google: { - clientID: 'APP_ID', - clientSecret: 'APP_SECRET', - callbackURL: 'http://localhost:3000/auth/google/callback' - }, - linkedin: { - clientID: 'APP_ID', - clientSecret: 'APP_SECRET', - callbackURL: 'http://localhost:3000/auth/linkedin/callback' - } -}; \ No newline at end of file