Skip to content

Commit

Permalink
Merge pull request #69 from abhi4578/config-changes/cleanup
Browse files Browse the repository at this point in the history
Remove database verticle in gis configs
  • Loading branch information
kailash authored Sep 29, 2022
2 parents a9042f7 + 3f5705d commit 2ec51cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
10 changes: 0 additions & 10 deletions configs/config-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
10 changes: 0 additions & 10 deletions configs/config-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
10 changes: 0 additions & 10 deletions configs/config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2ec51cd

Please sign in to comment.