Skip to content

Commit

Permalink
Merge pull request #1459 from alphagov/app-json
Browse files Browse the repository at this point in the history
Add app.json for Heroku review apps
  • Loading branch information
tijmenb committed Mar 20, 2018
2 parents 22dae18 + dc5d78c commit b409fcc
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions app.json
@@ -0,0 +1,37 @@
{
"name": "Frontend",
"repository": "https://github.com/alphagov/frontend",
"env": {
"GOVUK_APP_DOMAIN": {
"value": "www.gov.uk"
},
"GOVUK_WEBSITE_ROOT": {
"value": "https://www.gov.uk"
},
"PLEK_SERVICE_CONTENT_STORE_URI": {
"value": "https://govuk-content-store-examples.herokuapp.com/api"
},
"PLEK_SERVICE_RUMMAGER_URI": {
"value": "https://www.gov.uk/api"
},
"PLEK_SERVICE_STATIC_URI": {
"value": "assets.digital.cabinet-office.gov.uk"
},
"RAILS_SERVE_STATIC_ASSETS": {
"value": "yes"
},
"SECRET_KEY_BASE": {
"generator": "secret"
},
"HEROKU_APP_NAME": {
"required": true
}
},
"image": "heroku/ruby",
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-ruby"
}
],
"addons": []
}

0 comments on commit b409fcc

Please sign in to comment.