forked from Red-Aura/Lyciachatbot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
37 lines (36 loc) · 853 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
{
"name": "Lycia",
"description": "Hello, I am Lycia [リュキア], An Intelligent ChatBot. If You Are Feeling Lonely, You can Always Come to me and Chat With Me!",
"logo": "https://telegra.ph/file/de608084644c416309220.jpg",
"keywords": [
"chatbot",
"lycia",
"anime",
"inline",
"AI"
],
"repository": "https://github.com/Red-Aura/Lyciachatbot",
"env": {
"API_ID": {
"description": "API ID HERE",
"value": ""
},
"API_HASH": {
"description": "API HASH HERE",
"value": ""
},
"TOKEN": {
"description": "TOKEN HERE",
"value": ""
}
},
"addons": [{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}],
"buildpacks": [{
"url": "heroku/python"
}]
}