dg1cloud-core/src/main/java/it/digione/dg1cloud/config/AppConfig.java
.. .. @@ -35,7 +35,7 @@ 35 35 @Configuration 36 36 @PropertySources({ 37 37 @PropertySource(value = "classpath:/it/digione/dg1cloud/config/dg1cloud.properties", ignoreResourceNotFound=false), 38 - @PropertySource(value = "file:/etc/digione/dg1cloud/application.properties", ignoreResourceNotFound=true)38 + @PropertySource(value = "file:/etc/digione/dg1cloud/dg1cloud.properties", ignoreResourceNotFound=false)39 39 }) 40 40 @EnableAutoConfiguration 41 41 @EnableConfigurationProperties