Skip to content

Commit

Permalink
Fix application configuration syntax (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecharp authored Dec 12, 2024
1 parent 19246fc commit cba2a79
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions war/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ spring:
open-in-view: false

management:
endpoint:
health:
db.enabled: true
defaults.enabled: false
gitHub.enabled: true
health:
db.enabled: true
defaults.enabled: false
endpoints:
web:
exposure:
include: health

app:
jenkins:
Expand Down

0 comments on commit cba2a79

Please sign in to comment.