mirror of
https://github.com/kaboomserver/buildpack.git
synced 2024-11-20 06:15:44 +00:00
Add ENV in app.json
This commit is contained in:
parent
91fb5531a0
commit
a8d9f87131
1 changed files with 4 additions and 0 deletions
4
app.json
4
app.json
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue