Files
gameyfin/backend/src/main/resources/config/secure.yml
T
2022-07-25 15:00:51 +02:00

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