Newer
Older
norbot-website / src / main / resources / application.properties
@xdarqus xdarqus on 7 Oct 2023 557 bytes initial commit
server.port=${PORT:8080}
logging.level.org.atmosphere = warn
spring.mustache.check-template-location = false

# Launch the default browser when starting the application in development mode
vaadin.launch-browser=true
# To improve the performance during development.
# For more information https://vaadin.com/docs/flow/spring/tutorial-spring-configuration.html#special-configuration-parameters
vaadin.whitelisted-packages = com.vaadin,org.vaadin,dev.hilla,pro.norbot.application
spring.jpa.defer-datasource-initialization = true
spring.sql.init.mode = always