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-19 23:05:35 +00:00 committed by GitHub
parent 4458a096c9
commit a24354bff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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