-
Notifications
You must be signed in to change notification settings - Fork 0
/
clickstart.json
44 lines (39 loc) · 1.15 KB
/
clickstart.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
{
"id": "meteor-clickstart",
"name": "Meteor realtime framework with MongoDB",
"source": "github",
"description" : "Creates sample todo app, with browser based automated test, and MongoDB backend",
"icon" : "https://d3ko533tu1ozfq.cloudfront.net/clickstart/nodejs_large.png",
"supported-by" : "community",
"order" : 2,
"runtime": {
"type": "nodejs",
"app-parameters" : {
"runtime.PLUGIN.SRC.nodejs": "https://s3.amazonaws.com/clickstacks/admin/nodejs-plugin-0.8.21.zip"
},
"app-variables" : {
"MONGO_URL" : "$MONGOHQ_URL_METEOR"
}
},
"services" : [
{
"name" : "mongohq",
"plan" : "base",
"settings" : {},
"resources" : [
{
"type" : "mongodb",
"alias" : "METEOR",
"settings" : { "plan" : "sandbox" }
}
]
}
],
"build-with-jenkins": {
"template": {
"type": "https://raw.github.com/michaelneale/meteor-clickstart/master/jenkins.xml",
"options": {
}
}
}
}