mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
fix(api): show values for actuator /env and /config-props endpoints
was disabled by default in Spring Boot 3
This commit is contained in:
parent
318a44482f
commit
e6eaf2fa8e
1 changed files with 6 additions and 0 deletions
|
|
@ -66,6 +66,12 @@ server:
|
|||
management:
|
||||
endpoints.web.exposure.include: "*"
|
||||
endpoint:
|
||||
configprops:
|
||||
roles: ADMIN
|
||||
show-values: when_authorized
|
||||
env:
|
||||
roles: ADMIN
|
||||
show-values: when_authorized
|
||||
health:
|
||||
roles: ADMIN
|
||||
show-details: when_authorized
|
||||
|
|
|
|||
Loading…
Reference in a new issue