-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconf.js
40 lines (32 loc) · 1.06 KB
/
conf.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
exports.url = 'http://talento.sg.com.mx';
exports.port = process.env.PORT || 8080;
exports.mongo_url = 'mongodb://heroku_app827822:[email protected]:27357/heroku_app827822';
exports.calais = 'qp7h5nccpe2fd5f2smnyte38';
exports.session = {
db : 'heroku_app827822',
host: 'dbh35.mongolab.com',
port: '27357',
username: 'heroku_app827822',
password: 'l77qqrd1jl1m7rtqq0lki7t3de'
};
exports.secret = 's0ftw4r3guru';
exports.linkedin = {
key: 'J956L9qfFnjMColuRUhr4cZCIV6r3dXQWEOaT6OecAq_6vIikfovFTTBD9m0MK9w',
secret: '6K2hXxnOgM99L3F5ZWR6mED_io49hmCew78K_WhwwJSGxYxnLLhLnDq1NE368M6F'
};
exports.github = {
id: '2337bf1c7b8af15663ae',
secret: 'b836cec740545f1cec1722141f2dd6667cf15b71'
};
exports.twitter = {
key: '6UEJr5vCuUnZKBOynrHZw',
secret: 'ODbAax6cUNb7kY7FxooHSvaijA8ApuwAKdATcvsfzGA'
};
exports.facebook = {
id: '160866660607023',
secret: '409f7965ddccbe5d850fb2be6ec5334b'
};
exports.google = {
id: '532500560796.apps.googleusercontent.com',
secret: 'nLY-s4QVDmgSSqgLXOPJxHra'
};