-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp.json
34 lines (34 loc) · 992 Bytes
/
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
{
"name": "arXivTimes Indicator",
"description": "Show the indicators in the arXivTimes",
"keywords": [
"arXiv",
"Python",
"Machine Learning"
],
"website": "https://github.com/chakki-works/arXivTimesIndicator",
"repository": "https://github.com/chakki-works/arXivTimesIndicator",
"logo": "https://raw.githubusercontent.com/chakki-works/arXivTimesIndicator/master/arxivtimes_indicator/server/static/images/arXivTimesLogo.PNG",
"env": {
"SECRET_TOKEN": {
"description": "A secret key for verifying the integrity of signed cookies.",
"generator": "secret"
},
"CONSUMER_KEY": {
"description": "Twitter API Consumer Key"
},
"CONSUMER_SECRET": {
"description": "Twitter API Consumer Secret"
},
"ACCESS_TOKEN": {
"description": "Twitter Access Token Key"
},
"ACCESS_TOKEN_SECRET": {
"description": "Twitter Access Token Secret"
}
},
"addons": [
"heroku-postgresql",
"scheduler"
]
}