Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
locks committed Jan 23, 2019
1 parent 124cf6f commit 0949d1d
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"addons": [
"loaderio"
],
"buildpacks": [
{
"url": "https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz"
}
],
"env": {
"ACME_KEY_1": {
"required": true
},
"ACME_KEY_2": {
"required": true
},
"ACME_TOKEN_1": {
"required": true
},
"ACME_TOKEN_2": {
"required": true
},
"LOADERIO_API_KEY": {
"required": true
},
"WORKER_COUNT": {
"required": true
}
},
"formation": {
"web": {
"quantity": 1
}
},
"name": "fastboot-website",
"scripts": {
},
"stack": "cedar-14"
}

0 comments on commit 0949d1d

Please sign in to comment.