Leonardo Vannucci
2018-09-19 c4cb974be197acfe06dc06359c25d04611fa47f2
dg1cloud-core/src/main/java/it/digione/dg1cloud/config/AppConfig.java
....@@ -35,7 +35,7 @@
3535 @Configuration
3636 @PropertySources({
3737 @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)
3939 })
4040 @EnableAutoConfiguration
4141 @EnableConfigurationProperties