mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
feat: enable more providers for actuator info
This commit is contained in:
parent
a177e5700c
commit
61f519a6a0
1 changed files with 5 additions and 0 deletions
|
|
@ -77,6 +77,11 @@ management:
|
||||||
simple:
|
simple:
|
||||||
enabled: true
|
enabled: true
|
||||||
step: 24h
|
step: 24h
|
||||||
|
info:
|
||||||
|
java:
|
||||||
|
enabled: true
|
||||||
|
os:
|
||||||
|
enabled: true
|
||||||
springdoc:
|
springdoc:
|
||||||
group-configs:
|
group-configs:
|
||||||
- group: REST API
|
- group: REST API
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue