From 6efdb2bbd8af4f213a397bf23f58fbb34e554e4b Mon Sep 17 00:00:00 2001 From: Marranica <16082301+marranica@users.noreply.github.com> Date: Mon, 14 Mar 2022 23:45:40 +0000 Subject: [PATCH] Update appsettings.json 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 +}