From 4ecd27ccf632c4ce0c7cc649d87c614ee2b1db70 Mon Sep 17 00:00:00 2001 From: Marranica <16082301+marranica@users.noreply.github.com> Date: Wed, 16 Mar 2022 12:00:22 +0000 Subject: [PATCH] Update appsettings.json (#1875) Fixed typo in Vault ClientId configuration value from "your-clien-id" to "your-client-id" --- src/Services/Basket/Basket.API/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Services/Basket/Basket.API/appsettings.json b/src/Services/Basket/Basket.API/appsettings.json index a5b723116..295294308 100644 --- a/src/Services/Basket/Basket.API/appsettings.json +++ b/src/Services/Basket/Basket.API/appsettings.json @@ -24,7 +24,7 @@ "UseVault": false, "Vault": { "Name": "eshop", - "ClientId": "your-clien-id", + "ClientId": "your-client-id", "ClientSecret": "your-client-secret" } -} \ No newline at end of file +}