Add ENV in app.json

This commit is contained in:
mathias 2018-05-25 20:02:46 +03:00
parent 91fb5531a0
commit a8d9f87131

View file

@ -1,6 +1,10 @@
{
"name": "Kaboom.pw",
"stack": "heroku-18",
"PRIVATE_KEY": {
"description": "Private key for data sync and reverse SSH",
"required": true
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-jvm-common"