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/java/it/digione/dg1cloud/config/AppConfig.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dg1cloud-core/src/main/java/it/digione/dg1cloud/config/AppConfig.java b/dg1cloud-core/src/main/java/it/digione/dg1cloud/config/AppConfig.java
index bc5e0e7..e31c76a 100644
--- a/dg1cloud-core/src/main/java/it/digione/dg1cloud/config/AppConfig.java
+++ b/dg1cloud-core/src/main/java/it/digione/dg1cloud/config/AppConfig.java
@@ -35,7 +35,7 @@
 @Configuration
 @PropertySources({
 	@PropertySource(value = "classpath:/it/digione/dg1cloud/config/dg1cloud.properties", ignoreResourceNotFound=false),
-	@PropertySource(value = "file:/etc/digione/dg1cloud/application.properties", ignoreResourceNotFound=true)
+	@PropertySource(value = "file:/etc/digione/dg1cloud/dg1cloud.properties", ignoreResourceNotFound=false)
 		})
 @EnableAutoConfiguration
 @EnableConfigurationProperties

--
Gitblit v1.6.2