|
|
@ -1,6 +1,7 @@ |
|
|
server.port=${PORT:8080} |
|
|
server.port=${PORT:8080} |
|
|
logging.level.org.atmosphere = warn |
|
|
logging.level.org.atmosphere = warn |
|
|
spring.profiles.active=dev |
|
|
spring.profiles.active=dev |
|
|
|
|
|
server.servlet.session.cookie.secure=true |
|
|
|
|
|
|
|
|
# Launch the default browser when starting the application in development mode |
|
|
# Launch the default browser when starting the application in development mode |
|
|
vaadin.launch-browser=true |
|
|
vaadin.launch-browser=true |
|
|
|