mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 00:25:08 +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
|
||||
|
||||
spring:
|
||||
codec:
|
||||
max-in-memory-size: 10MB
|
||||
flyway:
|
||||
enabled: true
|
||||
locations: classpath:db/migration/{vendor}
|
||||
|
|
@ -53,6 +51,9 @@ spring:
|
|||
- "optional:file:\${komga.config-dir}/application.yml"
|
||||
- "optional:file:\${komga.config-dir}/application.yaml"
|
||||
- "optional:file:\${komga.config-dir}/application.properties"
|
||||
http:
|
||||
codecs:
|
||||
max-in-memory-size: 10MB
|
||||
|
||||
server:
|
||||
servlet.session.timeout: 7d
|
||||
|
|
|
|||
Loading…
Reference in a new issue