-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
43 lines (43 loc) · 1 KB
/
app.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
{
"name": "Sample Scheduler RabbitMQ",
"website": "https://www.hypertrack.com/",
"success_url": "/",
"description": "Sample RabbitMQ scheduler implementation",
"addons": ["papertrail:choklad", "cloudamqp:lemur"],
"formation": {
"web": {
"quantity": 0,
"size": "free"
},
"worker": {
"quantity": 1,
"size": "free"
},
"scheduler": {
"quantity": 1,
"size": "free"
}
},
"env": {
"HT_ACCOUNT_ID": {
"description": "Your HyperTrack AccountId from https://dashboard.hypertrack.com/setup",
"value": ""
},
"HT_SECRET_KEY": {
"description": "Your HyperTrack SecretKey from https://dashboard.hypertrack.com/setup",
"value": ""
}
},
"repository": "https://github.com/hypertrack/scheduler-rabbitmq",
"logo": "https://dashboard.hypertrack.com/assets/hypertrack-bw.svg",
"keywords": [
"sample",
"hypertrack",
"scheduler",
"rabbitmq",
"message-broker",
"ampq",
"messaging",
"heroku"
]
}