diff --git a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
index 053beb64fbc1e550b264f1e6369a648d0ed9ba89..42d2dc2b5b4fc3c02490c32de3f2e26663b8c3b1 100644
--- a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
+++ b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
@@ -24,8 +24,7 @@
 		class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
 		<property name="locations">
 			<list>
-				<value>file:C:\dev\oai-pmh\oaipmh-webapp\src\main\webapp\WEB-INF\oaipmh.textgrid.properties</value>
-				<!--value>file:/etc/dhrep/oaipmh/oaipmh.properties</value-->
+				<value>file:/etc/dhrep/oaipmh/oaipmh.properties</value>
 			</list>
 		</property>
 		<property name="ignoreResourceNotFound" value="true" />