forked from meteor-vegas/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.example.json
49 lines (49 loc) · 1.41 KB
/
settings.example.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
44
45
46
47
48
49
{
"environment" : "development",
"production" : {
"meetup" : {
"oauth_key" : "<production_meetup_consumer_key>",
"oauth_secret" : "<production_meetup_consumer_secret>",
"api_key" : "<meetup_api_key>",
"group_urlname" : "Meteor-Las-Vegas"
}
},
"development" : {
"meetup" : {
"oauth_key" : "<development_meetup_consumer_key>",
"oauth_secret" : "<development_meetup_consumer_secret>",
"api_key" : "<meetup_api_key>",
"group_urlname" : "Meteor-Las-Vegas"
}
},
"public" : {
"meetup" : {
"group_name" : "Meteor Vegas",
"group_urlname" : "Meteor-Las-Vegas",
"group_info" : "We are a group of Meteor.js enthusiasts who meet twice a month in Las Vegas, NV",
"meteorday": "http://www.meetup.com/Meteor-Las-Vegas/events/212820662/"
},
"links" : {
"meetup": "http://www.meetup.com/Meteor-Las-Vegas/",
"twitter": "https://twitter.com/MeteorVegas",
"github": "https://github.com/meteor-vegas"
},
"sponsors" : [
{
"title" : "Differential",
"url" : "http://differential.io",
"image" : "/sponsors/differential.png"
},
{
"title" : "Modulus",
"url" : "http://modulus.io",
"image" : "/sponsors/modulus.png"
},
{
"title" : "#VegasTech",
"url" : "http://vegastech.com",
"image" : "/sponsors/vegastech.png"
}
]
}
}