Update appsettings.json

Fixed typo in Vault ClientId configuration value from "your-clien-id" to "your-client-id"
This commit is contained in:
Marranica 2022-03-14 23:45:40 +00:00 committed by GitHub
parent 231da1c10b
commit 6efdb2bbd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
"UseVault": false,
"Vault": {
"Name": "eshop",
"ClientId": "your-clien-id",
"ClientId": "your-client-id",
"ClientSecret": "your-client-secret"
}
}
}