From c4cb974be197acfe06dc06359c25d04611fa47f2 Mon Sep 17 00:00:00 2001
From: Leonardo Vannucci <leonardo.vannucci@grupposistematica.it>
Date: Wed, 19 Sep 2018 12:33:21 +0200
Subject: [PATCH] Aggiunti campi nome e cognome, gestito limite allegati

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

diff --git a/dg1cloud-core/src/main/resources/application.properties b/dg1cloud-core/src/main/resources/application.properties
index 725dc40..4c94d37 100644
--- a/dg1cloud-core/src/main/resources/application.properties
+++ b/dg1cloud-core/src/main/resources/application.properties
@@ -1,6 +1,3 @@
-spring.datasource.url=jdbc:postgresql://localhost:5432/dg1cloud
-#spring.datasource.username=postgres
-#spring.datasource.password=passero
 spring.datasource.driver-class-name=org.postgresql.Driver
 spring.datasource.tomcat.initial-size=10
 spring.datasource.tomcat.max-wait=30000 
@@ -20,15 +17,3 @@
 server.error.include-stacktrace=always
 
 logging.config=file:/etc/digione/dg1cloud/logback.xml
-
-logging.level.it.digione.dg1cloud=DEBUG
-
-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