mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 08:15:37 +00:00
14 lines
331 B
YAML
14 lines
331 B
YAML
server:
|
|
error.include-stacktrace: never
|
|
|
|
spring:
|
|
mvc:
|
|
async.request-timeout: -1
|
|
jackson.default-property-inclusion: non_null
|
|
jpa:
|
|
database-platform: org.hibernate.dialect.H2Dialect
|
|
hibernate.ddl-auto: update
|
|
open-in-view: true
|
|
properties:
|
|
hibernate:
|
|
event.merge.entity_copy_observer: allow |