Skip to content

Commit a21b7a5

Browse files
remove productionMode setting from application.properties (#224)
1 parent 2dcb9b9 commit a21b7a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vaadinfrontend/src/main/resources/application.properties

-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ server.port=${DM_PORT:8080}
22
logging.level.org.atmosphere=warn
33
spring.mustache.check-template-location=false
44
# Launch the default browser when starting the application in development mode
5-
vaadin.productionMode=false
65
vaadin.launch-browser=true
76
# To improve the performance during development.
87
# For more information https://vaadin.com/docs/flow/spring/tutorial-spring-configuration.html#special-configuration-parameters
@@ -44,4 +43,3 @@ openbis.datasource.url=${OPENBIS_DATASOURCE_URL:openbis-url}
4443
# JobRunr configuration for background tasks. Default port is 8000
4544
org.jobrunr.background-job-server.enabled=true
4645
org.jobrunr.dashboard.enabled=true
47-

0 commit comments

Comments
 (0)