Files
website/src/main/resources/application-dev.yaml
2024-08-03 10:18:42 +02:00

11 lines
320 B
YAML

server:
port: ${PORT:8090}
vaadin:
# To improve the performance during development.
# For more information https://vaadin.com/docs/latest/integrations/spring/configuration#special-configuration-parameters
allowed-packages : com.vaadin,org.vaadin,dev.hilla,dev.mars3142
backend:
uri: http://localhost:8091/v1