diff --git a/partition-core-plus/src/main/resources/application.properties b/partition-core-plus/src/main/resources/application.properties
index 63b56c9109bad26e9b270c5f76199aa63052b0e5..db632af67281bf4f3c71c2103a8058511bacabfc 100644
--- a/partition-core-plus/src/main/resources/application.properties
+++ b/partition-core-plus/src/main/resources/application.properties
@@ -36,7 +36,7 @@ partition-property-kind=PartitionProperty
 partition-namespace=partition
 
 osmDriver=postgres
-osm.postgres.url=jdbc:postgresql://172.17.0.1:5432/partition_db
+osm.postgres.url=jdbc:postgresql://172.17.0.2:5432/partition_db
 #Username and password to connect to the above url which contains the db name
 #Has to be in sync with the user created using the bootstrapping scripts
 osm.postgres.username=usr_partition_pg