From 6c18995a93753694c96ef3180b75c731069f84a5 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Wed, 15 Feb 2023 16:02:02 +0000 Subject: [PATCH 1/3] Updated ip address to point to dev api host. This file should be ignore in the git until the config file parser is implemented in the code to auto point the api to the correct host --- src/config/swagger.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/swagger.js b/src/config/swagger.js index 5ca1ddf9..65e23ec6 100644 --- a/src/config/swagger.js +++ b/src/config/swagger.js @@ -14,8 +14,8 @@ exports.options = { }, // We have to change this beacause this is running on local // we have to run on this on swagger - host: "localhost:3000", //Devlopemnt host on lcoal - //host: "35.207.198.4:3000", //Production for swagger + //host: "localhost:3000", //Devlopemnt host on lcoal + host: "35.207.198.4:3000", //Production for swagger schemes: ["http"], consumes: ["application/json"], produces: ["application/json"], From 2fe17bd259508ffb12ab8fc6ee1490bbb7297919 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Wed, 15 Feb 2023 17:03:41 +0000 Subject: [PATCH 2/3] Testing automated deployment of code changes --- src/config/swagger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/swagger.js b/src/config/swagger.js index 65e23ec6..d6deb767 100644 --- a/src/config/swagger.js +++ b/src/config/swagger.js @@ -5,7 +5,7 @@ exports.options = { info: { title: "Arminta Tank API's", description: - "These are the API's that support armintatank operations including user self service rentals , staff assisted rentals , customer support operations and management dashboards ", + "API's that support armintatank operations including user self service rentals , staff assisted rentals , customer support operations and management dashboards ", version: "1.0.0", }, externalDocs: { From f2c244835a25506a6fcf5fdfb6e25e44ebdbce97 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Wed, 15 Feb 2023 17:10:31 +0000 Subject: [PATCH 3/3] Testing automated deployment of code changes-1 --- src/config/swagger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/swagger.js b/src/config/swagger.js index d6deb767..65e23ec6 100644 --- a/src/config/swagger.js +++ b/src/config/swagger.js @@ -5,7 +5,7 @@ exports.options = { info: { title: "Arminta Tank API's", description: - "API's that support armintatank operations including user self service rentals , staff assisted rentals , customer support operations and management dashboards ", + "These are the API's that support armintatank operations including user self service rentals , staff assisted rentals , customer support operations and management dashboards ", version: "1.0.0", }, externalDocs: {