mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 16:42:24 +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:
|
jackson:
|
||||||
deserialization:
|
deserialization:
|
||||||
FAIL_ON_NULL_FOR_PRIMITIVES: true
|
FAIL_ON_NULL_FOR_PRIMITIVES: true
|
||||||
|
mapper:
|
||||||
|
accept-case-insensitive-properties: true
|
||||||
|
accept-case-insensitive-values: true
|
||||||
config:
|
config:
|
||||||
import:
|
import:
|
||||||
- "optional:file:\${komga.config-dir}/application.yml"
|
- "optional:file:\${komga.config-dir}/application.yml"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue