临河任务调度
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

22 wiersze
466B

  1. {
  2. "RemoteServices": {
  3. "Default": {
  4. "BaseUrl": "https://localhost:44365/"
  5. },
  6. "TaskScheduling": {
  7. "BaseUrl": "https://localhost:44346/"
  8. }
  9. },
  10. "IdentityClients": {
  11. "Default": {
  12. "GrantType": "password",
  13. "ClientId": "TaskScheduling_App",
  14. "ClientSecret": "1q2w3e*",
  15. "UserName": "admin",
  16. "UserPassword": "1q2w3E*",
  17. "Authority": "https://localhost:44365/",
  18. "Scope": "TaskScheduling"
  19. }
  20. }
  21. }