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] 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 +