You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
346 B

  1. {
  2. "RemoteServices": {
  3. "Default": {
  4. "BaseUrl": "https://localhost:44356"
  5. }
  6. },
  7. "IdentityClients": {
  8. "Default": {
  9. "GrantType": "password",
  10. "ClientId": "BookStore_App",
  11. "UserName": "admin",
  12. "UserPassword": "1q2w3E*",
  13. "Authority": "https://localhost:44356",
  14. "Scope": "BookStore"
  15. }
  16. }
  17. }