Skip to content

Commit

Permalink
Migration to Spring 6
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 10, 2025
1 parent 549dbbb commit b803c59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/myconext/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,15 @@ gui:
management:
health:
mail:
enabled: true
access: unrestricted
show-details: always
info:
enabled: true
access: unrestricted
git:
mode: full
# We disable all endpoints except health for the load-balancer and info for git information.
endpoints:
web:
exposure:
include: "health,info,mappings,metrics"
include: "health,info"
base-path: "/internal"

0 comments on commit b803c59

Please sign in to comment.