From 8b5a0e6b856f4b18785a98996dc383143b3f2f1f Mon Sep 17 00:00:00 2001
From: Leonardo Vannucci <leonardo.vannucci@grupposistematica.it>
Date: Mon, 17 Sep 2018 09:23:59 +0200
Subject: [PATCH] Implementazione URP

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

diff --git a/dg1cloud-core/src/main/resources/application.properties b/dg1cloud-core/src/main/resources/application.properties
index a19f80c..a8be783 100644
--- a/dg1cloud-core/src/main/resources/application.properties
+++ b/dg1cloud-core/src/main/resources/application.properties
@@ -1,6 +1,6 @@
 spring.datasource.url=jdbc:postgresql://localhost:5432/dg1cloud
-#spring.datasource.username=postgres
-#spring.datasource.password=passero
+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 
@@ -17,5 +17,8 @@
 spring.jmx.default-domain=dg1cloud
 
 #server.address=vannux.grupposistematica.it
+server.error.include-stacktrace=always
 
-logging.level.it.digione.dg1cloud=DEBUG
\ No newline at end of file
+logging.level.it.digione.dg1cloud=DEBUG
+
+logging.level.org.springframework.ws=TRACE
\ No newline at end of file

--
Gitblit v1.6.2