Skip to content

Commit

Permalink
Merge pull request #2538 from pascalgrimaud/heroku-cloud-config
Browse files Browse the repository at this point in the history
Add cloud profile by default for Heroku
  • Loading branch information
pascalgrimaud authored Jul 13, 2022
2 parents 0e26a7f + 08448e9 commit f886049
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"JHIPSTER_LITE_VERSION": {
"description": "Version of the JHipster Lite to deploy.",
"value": "0.10.0"
},
"SPRING_PROFILES_ACTIVE": {
"description": "Spring Profiles.",
"value": "cloud"
}
},
"buildpacks": [{ "url": "heroku/jvm" }, { "url": "https://github.com/jhipster/jhipster-lite-heroku-buildpack" }]
Expand Down

0 comments on commit f886049

Please sign in to comment.