Files
gameyfin/src/main/resources/application.yml
T
2024-03-08 15:56:06 +01:00

27 lines
655 B
YAML

logging.level:
org.atmosphere: warn
server:
port: 8080
servlet:
session:
tracking-modes: cookie
spring:
# Workaround for https://github.dev/hilla/issues/842
devtools.restart.additional-exclude: dev/hilla/openapi.json
jpa:
defer-datasource-initialization: true
mustache:
check-template-location: false
sql.init.mode: always
application:
name: Gameyfin
vaadin:
# To improve the performance during development.
# For more information https://vaadin.com/docs/flow/spring/tutorial-spring-configuration.html#special-configuration-parameters
whitelisted-packages:
- com.vaadin
- org.vaadin
- dev.hilla