Skip to content

Commit

Permalink
Merge pull request #47 from bsinno/fix-vaadin-productionmode
Browse files Browse the repository at this point in the history
confirmed, ok merging
  • Loading branch information
michahirsch committed Feb 19, 2016
2 parents 878af52 + 6b143d6 commit 1ede39f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ hawkbit.server.controller.security.authentication.gatewaytoken.enabled=false

spring.profiles.active=amqp

vaadin.servlet.params.productionMode=false
vaadin.static.servlet.params.productionMode=false
vaadin.servlet.productionMode=false
vaadin.static.servlet.productionMode=false

## Configuration for RabbitMQ integration
hawkbit.server.amqp.username=guest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ flyway.initOnMigrate=true
flyway.sqlMigrationSuffix=${spring.jpa.database}.sql

# Vaadin Servlet
vaadin.static.servlet.params.resourceCacheTime=${spring.resources.cache-period}
vaadin.static.servlet.params.productionMode=true
vaadin.servlet.params.productionMode=true
vaadin.servlet.params.resourceCacheTime=${spring.resources.cache-period}
vaadin.static.servlet.resourceCacheTime=${spring.resources.cache-period}
vaadin.static.servlet.productionMode=true
vaadin.servlet.productionMode=true
vaadin.servlet.resourceCacheTime=${spring.resources.cache-period}
vaadin.servlet.urlMapping=/UI/*
vaadin.servlet.params.heartbeatInterval=60
vaadin.servlet.params.closeIdleSessions=false
Expand Down

0 comments on commit 1ede39f

Please sign in to comment.