From 758af3aaba194817906099ff2ade1753cb62af5d Mon Sep 17 00:00:00 2001 From: Maximilian Behnert-Brodhun <brodhun@sub.uni-goettingen.de> Date: Wed, 23 Jun 2021 17:02:10 +0200 Subject: [PATCH] Correct path to config file --- oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml index 39d0ad2b..58fc35df 100644 --- a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml +++ b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml @@ -22,7 +22,7 @@ <bean id="propertyPlaceholderConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property name="locations"> <list> - <value>file:/etc/dhrep/oaipmh/oaipmh.properties_tmp</value> + <value>file:/etc/dhrep/oaipmh/oaipmh.properties</value> </list> </property> <property name="ignoreResourceNotFound" value="true" /> -- GitLab