Skip to content

Commit a24354b

Browse files
authored
Update appsettings.json
Fixed typo in Vault ClientId configuration value from "your-clien-id" to "your-client-id"
1 parent 4458a09 commit a24354b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Services/Catalog/Catalog.API/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"UseVault": false,
2323
"Vault": {
2424
"Name": "eshop",
25-
"ClientId": "your-clien-id",
25+
"ClientId": "your-client-id",
2626
"ClientSecret": "your-client-secret"
2727
}
2828

2929
}
30-
30+

0 commit comments

Comments
 (0)