-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
39 lines (39 loc) · 909 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
37
38
39
{
"name": "Kino Ki",
"description": "A small bot for automating tasks within the FFXIV Venues discord server.",
"keywords": [
"kino",
"ki",
"pyhthon",
"discord",
"bot",
"venues",
"ffxiv",
"ffxiv venues"
],
"website": "https://ffxivvenues.com.com/",
"repository": "https://github.com/FFXIVVenues/kino-ki/",
"logo": "https://raw.githubusercontent.com/FFXIVVenues/ffxiv-venues-web/master/res/logo-administrators.png",
"env": {
"DISCORD_TOKEN": {
"description": "The Discord Bot Token from the Discord Developer Portal.",
"value": "INSERT DISCORD TOKEN HERE"
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "basic",
"command": "pipenv run python main.py"
}
},
"image": "heroku/buildpack-python",
"addons": [
"heroku-postgresql"
],
"buildpacks": [
{
"url": "heroku/python"
}
]
}