From a24354bff232a79e8524012befd029c0fa2be763 Mon Sep 17 00:00:00 2001 From: Marranica <16082301+marranica@users.noreply.github.com> Date: Sat, 19 Mar 2022 23:05:35 +0000 Subject: [PATCH 1/2] Update appsettings.json Fixed typo in Vault ClientId configuration value from "your-clien-id" to "your-client-id" --- src/Services/Catalog/Catalog.API/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Services/Catalog/Catalog.API/appsettings.json b/src/Services/Catalog/Catalog.API/appsettings.json index e9103c7a6..f8342fe8d 100644 --- a/src/Services/Catalog/Catalog.API/appsettings.json +++ b/src/Services/Catalog/Catalog.API/appsettings.json @@ -22,9 +22,9 @@ "UseVault": false, "Vault": { "Name": "eshop", - "ClientId": "your-clien-id", + "ClientId": "your-client-id", "ClientSecret": "your-client-secret" } } - \ No newline at end of file + From 750d2db4175c78625d209ac1ba89cb7110e0518e Mon Sep 17 00:00:00 2001 From: Marranica <16082301+marranica@users.noreply.github.com> Date: Sat, 19 Mar 2022 23:09:52 +0000 Subject: [PATCH 2/2] Update appsettings.json Fixed typo in Vault ClientId configuration value from "your-clien-id" to "your-client-id" --- src/Services/Ordering/Ordering.API/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Ordering/Ordering.API/appsettings.json b/src/Services/Ordering/Ordering.API/appsettings.json index 4ef8f6ac4..9c7f07ec1 100644 --- a/src/Services/Ordering/Ordering.API/appsettings.json +++ b/src/Services/Ordering/Ordering.API/appsettings.json @@ -26,7 +26,7 @@ "UseVault": false, "Vault": { "Name": "eshop", - "ClientId": "your-clien-id", + "ClientId": "your-client-id", "ClientSecret": "your-client-secret" } }