diff --git a/persist/src/main/resources/dataSource.xml b/persist/src/main/resources/dataSource.xml
index 96e982f72af14cf984bdacb2f6bc2bca65d8feb6..5f6bc4799151317e0bd742c29acbd40b0f247f55 100644
--- a/persist/src/main/resources/dataSource.xml
+++ b/persist/src/main/resources/dataSource.xml
@@ -9,7 +9,8 @@
 		http://www.springframework.org/schema/context 
 		http://www.springframework.org/schema/context/spring-context-4.0.xsd">
 
-	<context:property-placeholder location="classpath:db.properties" />
+	<context:property-placeholder ignore-resource-not-found="true" location="classpath:db.properties,file:/etc/minerva/db.properties" />
+
 				 
 <!-- Data Source Declaration -->
 	 <bean id="DataSource" class="com.mchange.v2.c3p0.ComboPooledDataSource" destroy-method="close">