-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
28 lines (28 loc) · 787 Bytes
/
app.json
File metadata and controls
28 lines (28 loc) · 787 Bytes
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
{
"name": "XPathFeed",
"description": "Generate RSS Feed from XPath",
"addons": ["rediscloud:30"],
"success_url": "/",
"env": {
"BUILDPACK_URL": "https://github.com/pnu/heroku-buildpack-perl.git",
"XPF_CACHE": {
"description": "Cache class used by XPathFeed.pm",
"value": "Cache::Redis"
},
"GA_WEB_PROPERTY_ID": {
"description": "Google Analytics - web property ID (If empty, Google Analytics is disabled.)",
"value": "",
"required": false
},
"GA_CONFIG": {
"description": "Google Analytics - the last parameter for ga('create')",
"value": "",
"required": false
},
"XPF_ACCESS_LOG": {
"description": "Where to output access log",
"value": "STDERR",
"required": false
}
}
}