From 3f5705db28625dd867a445d5e02ffb8c055a8efd Mon Sep 17 00:00:00 2001 From: abhi4578 <29863835+abhi4578@users.noreply.github.com> Date: Thu, 29 Sep 2022 14:57:51 +0530 Subject: [PATCH] Remove database verticle in gis configs - Its removed as it no longer exists in code, merged with postgres https://github.com/datakaveri/iudx-gis-interface/commit/ad250a97ae15483e562195713c5c0e166effd6a5 --- configs/config-dev.json | 10 ---------- configs/config-example.json | 10 ---------- configs/config-test.json | 10 ---------- 3 files changed, 30 deletions(-) diff --git a/configs/config-dev.json b/configs/config-dev.json index fb9e159..f8a23d3 100644 --- a/configs/config-dev.json +++ b/configs/config-dev.json @@ -24,16 +24,6 @@ "catServerPort": 0, "jwtIgnoreExpiry": true }, - { - "id": "iudx.gis.server.database.DatabaseVerticle", - "verticleInstances": 2, - "databaseIP": "", - "databasePort": 0, - "databaseName": "", - "databaseUserName": "", - "databasePassword": "", - "dbClientPoolSize": 25 - }, { "id": "iudx.gis.server.metering.MeteringVerticle", "verticleInstances": 1, diff --git a/configs/config-example.json b/configs/config-example.json index 481be2d..8dc2cf3 100644 --- a/configs/config-example.json +++ b/configs/config-example.json @@ -25,16 +25,6 @@ "catServerPort": 0, "jwtIgnoreExpiry": true }, - { - "id": "iudx.gis.server.database.DatabaseVerticle", - "verticleInstances": 2, - "databaseIP": "", - "databasePort": 0, - "databaseName": "", - "databaseUserName": "", - "databasePassword": "", - "dbClientPoolSize": 25 - }, { "id": "iudx.gis.server.metering.MeteringVerticle", "verticleInstances": 1, diff --git a/configs/config-test.json b/configs/config-test.json index 6966540..f15eac1 100644 --- a/configs/config-test.json +++ b/configs/config-test.json @@ -24,16 +24,6 @@ "catServerPort": 0, "jwtIgnoreExpiry": true }, - { - "id": "iudx.gis.server.database.DatabaseVerticle", - "verticleInstances": 2, - "databaseIP": "", - "databasePort": 0, - "databaseName": "", - "databaseUserName": "", - "databasePassword": "", - "dbClientPoolSize": 25 - }, { "id": "iudx.gis.server.metering.MeteringVerticle", "verticleInstances": 1,