临河任务调度
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

18 satır
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. }