Rename application properties to authentication properties

egi-login-service
parent 59772e4e86
commit a24399060c

@ -9,7 +9,7 @@ import eu.dnetlib.loginservice.properties.Properties;
@SpringBootApplication(scanBasePackages = {"eu.dnetlib.loginservice"})
@PropertySources({
@PropertySource("classpath:application.properties"),
@PropertySource("classpath:authentication.properties"),
@PropertySource(value = "classpath:dnet-override.properties", ignoreResourceNotFound = true)
})
@EnableConfigurationProperties({Properties.class})

Loading…
Cancel
Save