临河任务调度
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.

22 lines
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. }