Browse Source

Mis-Spelled 'client' (#1411)

pull/1416/head
Majid Ali Khan Quaid 4 years ago
committed by GitHub
parent
commit
7617ee4880
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Services/Location/Locations.API/appsettings.json

+ 2
- 2
src/Services/Location/Locations.API/appsettings.json View File

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

Loading…
Cancel
Save