ATEST-81:
- renaming config so that all the configs follow the same naming patterns
This commit is contained in:
@@ -32,9 +32,9 @@ import ch.psi.daq.rest.model.PropertyFilterMixin;
|
||||
@Configuration
|
||||
@PropertySource(value = { "classpath:rest.properties" })
|
||||
@PropertySource(value = { "file:${user.home}/.config/daq/rest.properties" }, ignoreResourceNotFound = true)
|
||||
public class RestConfiguration {
|
||||
public class RestConfig {
|
||||
|
||||
private static final Logger logger = LoggerFactory.getLogger(RestConfiguration.class);
|
||||
private static final Logger logger = LoggerFactory.getLogger(RestConfig.class);
|
||||
|
||||
@Autowired
|
||||
private Environment env;
|
||||
Reference in New Issue
Block a user