diff --git a/server/src/main/resources/killbill-server.properties b/server/src/main/resources/killbill-server.properties
index 9254ec7..6164d4c 100644
--- a/server/src/main/resources/killbill-server.properties
+++ b/server/src/main/resources/killbill-server.properties
@@ -15,10 +15,12 @@
#
-# Use skeleton properties for server and configure killbill database
org.killbill.dao.url=jdbc:mysql://127.0.0.1:3306/killbill
org.killbill.dao.user=root
org.killbill.dao.password=root
+org.killbill.billing.osgi.jdbc.url=jdbc:mysql://127.0.0.1:3306/killbill
+org.killbill.billing.osgi.jdbc.user=root
+org.killbill.billing.osgi.jdbc.password=root
# Use the SpyCarAdvanced.xml catalog
org.killbill.catalog.uri=SpyCarAdvanced.xml