mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
fix(api): relax JSON deserializer
This commit is contained in:
parent
e842a5287f
commit
eb8bdfc94c
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ spring:
|
|||
jackson:
|
||||
deserialization:
|
||||
FAIL_ON_NULL_FOR_PRIMITIVES: true
|
||||
mapper:
|
||||
accept-case-insensitive-properties: true
|
||||
accept-case-insensitive-values: true
|
||||
config:
|
||||
import:
|
||||
- "optional:file:\${komga.config-dir}/application.yml"
|
||||
|
|
|
|||
Loading…
Reference in a new issue