diff --git a/app.json b/app.json index 2319d28..41bd6a2 100644 --- a/app.json +++ b/app.json @@ -3,22 +3,21 @@ "mongolab", "tunemygc" ], - "buildpacks": [ - { - "url": "https://github.com/ello/heroku-buildpack-cmake.git" - }, - { - "url": "heroku/ruby" - } + "buildpacks": [{ + "url": "https://github.com/ello/heroku-buildpack-cmake.git" + }, + { + "url": "heroku/ruby" + } ], "description": "InSpec Results Viewer", "env": { - "SECRET_KEY_BASE": { + "SECRET_KEY_BASE": { "generator": "secret" }, "CIPHER_SALT": { "generator": "secret" - } + }, "CIPHER_PASSWORD": { "generator": "secret" }, @@ -50,7 +49,6 @@ } }, "name": "heimdall", - "scripts": { - }, + "scripts": {}, "stack": "heroku-18" -} +} \ No newline at end of file