From 335ca2e1cffba1c0b60952c0d365506707306de7 Mon Sep 17 00:00:00 2001 From: Aaron Lippold Date: Sun, 21 Apr 2019 23:07:54 -0400 Subject: [PATCH] Add Heroku generated app.json --- app.json | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..3790319 --- /dev/null +++ b/app.json @@ -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" +}