-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
52 lines (52 loc) · 1.54 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
44
45
46
47
48
49
50
51
52
{
"name" : "Adtekio Click Load Balancer",
"description": "Campaign click handler and load balancer",
"keywords": [
"productivity",
"mobile advertising"
],
"website": "https://github.com/adtekio/tracking.clicks/blob/master/README.md",
"repository": "https://github.com/adtekio/tracking.clicks",
"logo": "https://avatars2.githubusercontent.com/u/17549165",
"env": {
"RACK_ENV": {
"description": "Rack environment",
"value": "production"
},
"REDIS_URL_CLICKSTORE_1": {
"description": "URL to a clickstore redis instance"
},
"REDIS_URL_CLICKSTORE_2": {
"description": "Second URL to a clickstore redis instance"
},
"LIBRATO_PREFIX": {
"description": "Prefix for the librato metric names"
},
"LIBRATO_SOURCE": {
"description": "Source name for metrics posted to librato"
},
"LIBRATO_TOKEN": {
"description": "Librato API token"
},
"LIBRATO_USER": {
"description": "Name of the librato user, i.e. email"
},
"ERROR_PAGE_URL": {
"description": "The url heroku uses if the application is in error",
"value":"http://cdn-mkt.wooga.com/mops.assets/eccrine/index.html"
},
"MAINTENANCE_PAGE_URL": {
"description": "The url heroku uses if the application is in maintance",
"value": "http://cdn-mkt.wooga.com/mops.assets/eccrine/index.html"
},
"WEB_CONCURRENCY": {
"description": "unicorn worker count",
"value": "5"
}
},
"addons": [
"papertrail",
"ssl:endpoint",
"heroku-postgresql"
]
}