Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlippold committed Apr 22, 2019
1 parent c553782 commit 335ca2e
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"addons": [
"mongolab",
"tunemygc"
],
"buildpacks": [
{
"url": "heroku/ruby"
}
],
"description": "InSpec Results Viewer",
"env": {
"CIPHER_PASSWORD": {
"generator": "secret"
},
"CIPHER_SALT": {
"required": true
},
"LANG": {
"required": true
},
"MONGODB_URI": {
"required": true
},
"RACK_ENV": {
"required": true
},
"RAILS_ENV": {
"required": true
},
"RAILS_LOG_TO_STDOUT": {
"required": true
},
"RAILS_SERVE_STATIC_FILES": {
"required": true
},
"RUBY_GC_TOKEN": {
"required": true
},
"SECRET_KEY_BASE": {
"generator": "secret"
},
" CIPHER_SALT": {
"generator": "secret"
}
},
"formation": {
"web": {
"quantity": 1
}
},
"name": "heimdall",
"scripts": {
},
"stack": "heroku-18"
}

0 comments on commit 335ca2e

Please sign in to comment.