From 13c46f877d0540f22b16f80facd7e60de74490fa Mon Sep 17 00:00:00 2001
From: Leonardo Vannucci <leonardo.vannucci@grupposistematica.it>
Date: Mon, 17 Sep 2018 16:10:40 +0200
Subject: [PATCH] Avvio istanze URP

---
 dg1cloud-core/src/main/resources/application.properties |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/dg1cloud-core/src/main/resources/application.properties b/dg1cloud-core/src/main/resources/application.properties
index a8be783..cb2ffd3 100644
--- a/dg1cloud-core/src/main/resources/application.properties
+++ b/dg1cloud-core/src/main/resources/application.properties
@@ -21,4 +21,12 @@
 
 logging.level.it.digione.dg1cloud=DEBUG
 
-logging.level.org.springframework.ws=TRACE
\ No newline at end of file
+logging.level.org.springframework.ws=TRACE
+
+spring.mail.host=smtp.grupposistematica.it
+spring.mail.username=support-erp
+spring.mail.password=
+#spring.mail.properties.mail.smtp.auth = true
+#spring.mail.properties.mail.smtp.socketFactory.port = 465
+#spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
+#spring.mail.properties.mail.smtp.socketFactory.fallback = false
\ No newline at end of file

--
Gitblit v1.6.2