Fixed WebWolf issues with sending e-mails

This commit is contained in:
Nanne Baars
2017-11-15 11:58:31 +01:00
parent a543deca04
commit 6c91e7dc8a
11 changed files with 48 additions and 109 deletions

View File

@ -34,7 +34,7 @@ webwolf.host=${WEBWOLF_HOST:localhost}
webwolf.port=${WEBWOLF_PORT:8081}
webwolf.url=http://${webwolf.host}:${webwolf.port}/WebWolf
webworf.url.landingpage=http://${webwolf.host}:${webwolf.port}/landing
webworf.url.mail=http://${webwolf.host}:${webwolf.port}/mail
webwolf.url.mail=http://${webwolf.host}:${webwolf.port}/mail
spring.jackson.serialization.indent_output=true
spring.jackson.serialization.write-dates-as-timestamps=false