临河任务调度
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

18 行
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. }