mirror of
https://github.com/gotson/komga.git
synced 2026-05-06 03:27:08 +02:00
feat(api): enable actuator shutdown endpoint
This commit is contained in:
parent
cf3300a5ef
commit
8f5ba00f1a
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ management:
|
||||||
health:
|
health:
|
||||||
roles: ADMIN
|
roles: ADMIN
|
||||||
show-details: when_authorized
|
show-details: when_authorized
|
||||||
|
shutdown:
|
||||||
|
enabled: true
|
||||||
metrics:
|
metrics:
|
||||||
export:
|
export:
|
||||||
influx:
|
influx:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue