Fixed some bugs related to the property files

This commit is contained in:
grimsi
2022-08-12 23:36:47 +02:00
parent 763bd63056
commit 63d585b5d6
14 changed files with 90 additions and 70 deletions
@@ -0,0 +1,27 @@
application:
version: '@project.version@'
name: Gameyfin
server:
servlet:
context-path: /
error:
include-stacktrace: never
spring:
jackson:
deserialization:
fail-on-unknown-properties: false
default-property-inclusion: non_null
mapper:
accept-case-insensitive-enums: true
mvc:
async:
request-timeout: -1
management:
endpoint:
health:
enabled: true
endpoints:
enabled-by-default: false