mirror of
https://github.com/gotson/komga.git
synced 2025-12-31 12:52:33 +01:00
refactor: replace deprecated configuration keys
This commit is contained in:
parent
7a3c1d84c1
commit
1b69cd03b5
2 changed files with 16 additions and 10 deletions
|
|
@ -30,9 +30,12 @@ logging:
|
|||
rollingpolicy:
|
||||
max-history: 1
|
||||
|
||||
management.metrics.export.influx:
|
||||
# enabled: true
|
||||
uri: http://localhost:8086
|
||||
management:
|
||||
influx:
|
||||
metrics:
|
||||
export:
|
||||
uri: http://localhost:8086
|
||||
# enabled: true
|
||||
|
||||
springdoc:
|
||||
cache:
|
||||
|
|
@ -41,3 +44,4 @@ springdoc:
|
|||
#server:
|
||||
# servlet:
|
||||
# context-path: /komga
|
||||
|
||||
|
|
|
|||
|
|
@ -70,18 +70,20 @@ management:
|
|||
show-details: when_authorized
|
||||
shutdown:
|
||||
enabled: true
|
||||
metrics:
|
||||
export:
|
||||
influx:
|
||||
enabled: false
|
||||
simple:
|
||||
enabled: true
|
||||
step: 24h
|
||||
info:
|
||||
java:
|
||||
enabled: true
|
||||
os:
|
||||
enabled: true
|
||||
simple:
|
||||
metrics:
|
||||
export:
|
||||
enabled: true
|
||||
step: 24h
|
||||
influx:
|
||||
metrics:
|
||||
export:
|
||||
enabled: false
|
||||
springdoc:
|
||||
group-configs:
|
||||
- group: REST API
|
||||
|
|
|
|||
Loading…
Reference in a new issue