forked from DMcP89/harambot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
36 lines (34 loc) · 842 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
35
36
{
"name": "Harambot",
"description": "A Yahoo Fantasy sports bot for Discord.",
"keywords": [
"fantasy football",
"discord",
"yahoo",
"chat bot",
"ff",
"harambe"
],
"website" : "https://github.com/DMcP89/harambot",
"repository": "https://github.com/DMcP89/harambot",
"env": {
"YAHOO_KEY" : {
"description": "Yahoo Consumer Key",
"value": "",
"required": "true"
},
"YAHOO_SECRET" : {
"description": "Yahoo Consumer Secret",
"value": "",
"required": "true"
},
"DISCORD_TOKEN" : {
"description": "Discord bot token",
"value": "",
"required": "true"
}
},
"addons": [
"heroku-postgresql"
]
}