forked from Kiel-H-Byrne/mobb_v0
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings-dev.json
More file actions
38 lines (38 loc) · 1.23 KB
/
settings-dev.json
File metadata and controls
38 lines (38 loc) · 1.23 KB
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
{
"public": {
"analyticsSettings": {
"Google Analytics" : {"trackingId": "UA-XXXXXXXX-8"}
},
"keys": {
"googleClient" : {"key" : "AIzaSyABDARHWhOBqcre3wS-A7NL59qZzvuWQtM"},
"googleServer" : {"key" : "AIzaSyAMKDLZL2JJmqC2jDOf9hNQK8pid35lVXE"},
"googleAPI" : {"key" : "AIzaSyAuvQtaNuOF1phJQcTv3ytk9VyNCrlrOO4"},
"ipstackAPI": {"key": "51b99ac29fb860db9534858279e34fc5"},
"yelp" : {
"app_id" : "qY7ReHuqqRcd46uO35EdDw",
"app_secret" : "sraEpUUq73L9aPc6S4OTzRZh8qETaaFJFDiU5hJJTqlwya8ppphEdIX5nS1TwNdL"
},
"openGraph": {"key":"590d6e3a20af04982477acec"},
"stream": {
"key": "jkwg4nh72s89",
"secret": "fwpr2re3zjnjatkjcrshevhyxdcmpftauexcpk6ydg6sn65pvhuqhhbgp8burzgt"
},
"mailgun" : {
"pubKey" : "pubkey-67863056eeb5b73ef0e430fb745ee491",
"key" : "key-7dd23326d5aa872424d23f8a8038dc72",
"password" : "9240c2374bc6536064cc3a42f2a342f8"
}
}
},
"galaxy.meteor.com": {
"env": {
"ROOT_URL": "https://mobbtest.meteorapp.com",
"MONGO_URL": "mongodb://mobbAdmin:vivitron@ds139715.mlab.com:39715/tkhb_mongodb"
}
},
"localhost": {
"env": {
"ROOT_URL": "localhost:3000"
}
}
}