From af5d795aad900c549eb66b7137ba23551bff2e63 Mon Sep 17 00:00:00 2001 From: fgonzalez Date: Tue, 21 Nov 2023 17:12:53 -0300 Subject: [PATCH] chore: change beplic api base url --- doppler-beplic/appsettings.Development.json | 2 +- doppler-beplic/appsettings.int.json | 2 +- doppler-beplic/appsettings.qa.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doppler-beplic/appsettings.Development.json b/doppler-beplic/appsettings.Development.json index 865d3de..16c8a72 100644 --- a/doppler-beplic/appsettings.Development.json +++ b/doppler-beplic/appsettings.Development.json @@ -11,7 +11,7 @@ "ApiConnection": { "User": "integraciones@fromdoppler.com", "Password": "REPLACE_WITH_PASSWORD", - "BaseUrl": "https://qa.beplic.io/" + "BaseUrl": "https://api.qa.beplic.io/" }, "DopplerSecurity": { "PublicKeysFolder": "public-keys-dev" diff --git a/doppler-beplic/appsettings.int.json b/doppler-beplic/appsettings.int.json index 01dcea5..3098a98 100644 --- a/doppler-beplic/appsettings.int.json +++ b/doppler-beplic/appsettings.int.json @@ -2,6 +2,6 @@ "ApiConnection": { "User": "integraciones@fromdoppler.com", "Password": "REPLACE_WITH_PASSWORD", - "BaseUrl": "https://qa.beplic.io/" + "BaseUrl": "https://api.qa.beplic.io/" } } diff --git a/doppler-beplic/appsettings.qa.json b/doppler-beplic/appsettings.qa.json index 01dcea5..3098a98 100644 --- a/doppler-beplic/appsettings.qa.json +++ b/doppler-beplic/appsettings.qa.json @@ -2,6 +2,6 @@ "ApiConnection": { "User": "integraciones@fromdoppler.com", "Password": "REPLACE_WITH_PASSWORD", - "BaseUrl": "https://qa.beplic.io/" + "BaseUrl": "https://api.qa.beplic.io/" } }