mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-01 20:19:26 +01:00
Delete unused travis file
This commit is contained in:
29
config/env/travis.js
vendored
29
config/env/travis.js
vendored
@@ -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'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user