Update appsettings.json
Fixed typo in Vault ClientId configuration value from "your-clien-id" to "your-client-id"
This commit is contained in:
parent
4458a096c9
commit
a24354bff2
@ -22,7 +22,7 @@
|
||||
"UseVault": false,
|
||||
"Vault": {
|
||||
"Name": "eshop",
|
||||
"ClientId": "your-clien-id",
|
||||
"ClientId": "your-client-id",
|
||||
"ClientSecret": "your-client-secret"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user