临河任务调度
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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