Sebi-Machine/app.json
Raatty 88f2c4d087
Development (#16)
* 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
2018-05-23 20:32:20 +12:00

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
}
}
}