临河任务调度
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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