Skip to content

Commit 4ecd27c

Browse files
authored
Update appsettings.json (dotnet-architecture#1875)
Fixed typo in Vault ClientId configuration value from "your-clien-id" to "your-client-id"
1 parent 231da1c commit 4ecd27c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Services/Basket/Basket.API/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"UseVault": false,
2525
"Vault": {
2626
"Name": "eshop",
27-
"ClientId": "your-clien-id",
27+
"ClientId": "your-client-id",
2828
"ClientSecret": "your-client-secret"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)