From 2bda9e785a1016eedd31b104ce72226fdce05e71 Mon Sep 17 00:00:00 2001
From: Leonardo Vannucci <leonardo.vannucci@grupposistematica.it>
Date: Tue, 18 Sep 2018 10:33:21 +0200
Subject: [PATCH] fix

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

diff --git a/dg1cloud-core/src/main/resources/application.properties b/dg1cloud-core/src/main/resources/application.properties
index cb2ffd3..725dc40 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 
@@ -19,6 +19,8 @@
 #server.address=vannux.grupposistematica.it
 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

--
Gitblit v1.6.2