临河任务调度
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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