11 lines
320 B
YAML
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
|