临河任务调度
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

18 lines
346B

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