From b87c7dd4be958b7db35a89508005a8b8438b425a Mon Sep 17 00:00:00 2001 From: tharikaGitHub Date: Sun, 31 Mar 2024 18:47:29 +0530 Subject: [PATCH] Update deplyment.tomls for tests --- .../integration/ci-resources/offset0/deployment.toml | 3 ++- .../integration/ci-resources/offset1/deployment.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/import-export-cli/integration/ci-resources/offset0/deployment.toml b/import-export-cli/integration/ci-resources/offset0/deployment.toml index fca234df5..3fe32c26b 100755 --- a/import-export-cli/integration/ci-resources/offset0/deployment.toml +++ b/import-export-cli/integration/ci-resources/offset0/deployment.toml @@ -17,7 +17,7 @@ type = "database_unique_id" [database.apim_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2AM_DB;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE" +url = "jdbc:h2:./repository/database/WSO2AM_DB;DB_CLOSE_ON_EXIT=FALSE" username = "wso2carbon" password = "wso2carbon" @@ -51,6 +51,7 @@ key_password = "wso2carbon" [[apim.gateway.environment]] name = "Default" type = "hybrid" +gateway_type = "Regular" provider = "wso2" display_in_api_console = true description = "This is a hybrid gateway that handles both production and sandbox token traffic." diff --git a/import-export-cli/integration/ci-resources/offset1/deployment.toml b/import-export-cli/integration/ci-resources/offset1/deployment.toml index 57067ff4d..b0c77a418 100755 --- a/import-export-cli/integration/ci-resources/offset1/deployment.toml +++ b/import-export-cli/integration/ci-resources/offset1/deployment.toml @@ -17,7 +17,7 @@ type = "database_unique_id" [database.apim_db] type = "h2" -url = "jdbc:h2:./repository/database/WSO2AM_DB;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE" +url = "jdbc:h2:./repository/database/WSO2AM_DB;DB_CLOSE_ON_EXIT=FALSE" username = "wso2carbon" password = "wso2carbon" @@ -51,6 +51,7 @@ key_password = "wso2carbon" [[apim.gateway.environment]] name = "Default" type = "hybrid" +gateway_type = "Regular" provider = "wso2" display_in_api_console = true description = "This is a hybrid gateway that handles both production and sandbox token traffic."