-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
executable file
·43 lines (38 loc) · 1.39 KB
/
config.json
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
40
41
42
43
{
"domains": {
"localhost": "app"
},
"info": {
"name": "Chatcomu",
"description": "Chat de la comunidad informatica."
},
"mongodb": {
"db": "chatcomu",
"host": "alex.mongohq.com",
"password": "06b01a2f05c243f04fe5161bb413cc54",
"port": null,
"url": "mongodb://nodejitsu:[email protected]:10059/nodejitsudb8719786051",
"user": null
},
"redisdb": {
"db": "chatcom",
"host": "nodejitsudb5689538610.redis.irstack.com",
"password": "nodejitsudb5689538610.redis.irstack.com:f327cfe980c971946e80b8e975fbebb4",
"port": 6379,
"url": "redis://nodejitsu:nodejitsudb5689538610.redis.irstack.com:f327cfe980c971946e80b8e975fbebb4@nodejitsudb5689538610.redis.irstack.com:6379",
"user": null
},
"twitter": {
"consumerKey": "FIbYJ42RC145shhQSLVVw",
"consumerSecret": "O1sDgqRxyQr9P5PmjQBkJffLlfWWYgg9frfISoCpWoc",
"callbackURL": "http://autodidactas.chatcomu.jit.su/auth/twitter/callback",
"hashtag": "#Autodidactas" ,
"username": "@username"
},
"facebook": {
"clientID": "420963247965924",
"clientSecret": "d91f70c196993293e4b9e38594d2443a",
"callbackURL": "http://autodidactas.chatcomu.jit.su/auth/facebook/callback",
"permissions": "status_update"
}
}