mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 00:30:02 +00:00
27 lines
459 B
YAML
27 lines
459 B
YAML
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 |