Skip to content

Commit

Permalink
[#185385743] Changed application.yml to use cloud profile (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeCashion authored Jul 13, 2023
1 parent c9d3616 commit a5d9d15
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,16 @@ spring:
activate:
on-profile: "publish-external"
auditing:
publish-external: true
publish-external: true

---

spring:
config:
activate:
on-profile: cloud
# for cloud deployments, we run the Liquibase migration as part of the deployment pipeline
# which makes applications start in a more predictable amount of time and prevents lockout
# in cases where the app was killed during DB upgrade.
liquibase:
enabled: false

0 comments on commit a5d9d15

Please sign in to comment.