* heroku yml * owner list from env * bot key from enviroment var * app json * heroku button * again * Update README.md * fixing syntax hopefully * error fixing * enviroments added * opsy forgot a } * trying again * Update app.json * Update app.json * Update app.json * Update app.json * Update app.json * Update __main__.py * Update app.json * Update __main__.py * removed prints
16 lines
298 B
JSON
16 lines
298 B
JSON
{
|
|
"name":"sebi-machine",
|
|
"stack":"container",
|
|
"env": {
|
|
|
|
"ownerlist": {
|
|
"description": "comma seperated list of owner ids",
|
|
"required": true
|
|
},
|
|
"botkey": {
|
|
"description": "bot token",
|
|
"required": true
|
|
}
|
|
}
|
|
}
|