add app.json for heroku 1 click Deploy

pull/16/head
Shrimadhav U K 2018-08-06 12:28:33 +05:30
parent 94633e9824
commit c3f10a0fc7
1 changed files with 18 additions and 0 deletions

18
app.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "UniBorg",
"description": "Modular UserBot powered by @TelethonChat!",
"keywords": [
"telegram",
"userbot",
"plugin",
"modular"
],
"repository": "https://github.com/uniborg/uniborg",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable env variables. But, you need to understand the code to know what to set here!",
"value": "ANYTHING"
}
},
"addons": []
}