Browse Source
Update appsettings.json
Fixed typo in Vault ClientId configuration value from "your-clien-id" to "your-client-id"
pull/1880/head
Marranica
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/Services/Catalog/Catalog.API/appsettings.json
|
|
@ -22,9 +22,9 @@ |
|
|
|
"UseVault": false, |
|
|
|
"Vault": { |
|
|
|
"Name": "eshop", |
|
|
|
"ClientId": "your-clien-id", |
|
|
|
"ClientId": "your-client-id", |
|
|
|
"ClientSecret": "your-client-secret" |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|