diff --git a/customer-work/src/main/resources/application.properties b/customer-work/src/main/resources/application.properties index f6d5519..2366434 100644 --- a/customer-work/src/main/resources/application.properties +++ b/customer-work/src/main/resources/application.properties @@ -35,4 +35,7 @@ flowable.platform.enable-latest-form-definition-lookup=true # Server URL for REST calls baseUrl=http://localhost:8105 +# Email: Fake SMTP +flowable.mail.server.host=localhost +flowable.mail.server.port=2525