mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
refactor: replace deprecated property
This commit is contained in:
parent
9046a61fc6
commit
cfa399560a
1 changed files with 3 additions and 2 deletions
|
|
@ -26,8 +26,6 @@ komga:
|
||||||
file: \${komga.config-dir}/tasks.sqlite
|
file: \${komga.config-dir}/tasks.sqlite
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
codec:
|
|
||||||
max-in-memory-size: 10MB
|
|
||||||
flyway:
|
flyway:
|
||||||
enabled: true
|
enabled: true
|
||||||
locations: classpath:db/migration/{vendor}
|
locations: classpath:db/migration/{vendor}
|
||||||
|
|
@ -53,6 +51,9 @@ spring:
|
||||||
- "optional:file:\${komga.config-dir}/application.yml"
|
- "optional:file:\${komga.config-dir}/application.yml"
|
||||||
- "optional:file:\${komga.config-dir}/application.yaml"
|
- "optional:file:\${komga.config-dir}/application.yaml"
|
||||||
- "optional:file:\${komga.config-dir}/application.properties"
|
- "optional:file:\${komga.config-dir}/application.properties"
|
||||||
|
http:
|
||||||
|
codecs:
|
||||||
|
max-in-memory-size: 10MB
|
||||||
|
|
||||||
server:
|
server:
|
||||||
servlet.session.timeout: 7d
|
servlet.session.timeout: 7d
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue