From 7617ee48805a989b328cb837820529d303d379d3 Mon Sep 17 00:00:00 2001 From: Majid Ali Khan Quaid Date: Thu, 27 Aug 2020 15:00:59 +0500 Subject: [PATCH] Mis-Spelled 'client' (#1411) --- src/Services/Location/Locations.API/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Services/Location/Locations.API/appsettings.json b/src/Services/Location/Locations.API/appsettings.json index 7fbe98b3e..3ee24b242 100644 --- a/src/Services/Location/Locations.API/appsettings.json +++ b/src/Services/Location/Locations.API/appsettings.json @@ -23,7 +23,7 @@ "UseVault": false, "Vault": { "Name": "eshop", - "ClientId": "your-clien-id", + "ClientId": "your-client-id", "ClientSecret": "your-client-secret" } -} \ No newline at end of file +}