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

29 lines
568B

  1. {
  2. "App": {
  3. "SelfUrl": "https://localhost:44348"
  4. },
  5. "AuthServer": {
  6. "Authority": "https://localhost:44365",
  7. "ClientId": "TaskScheduling_Blazor",
  8. "ResponseType": "code"
  9. },
  10. "RemoteServices": {
  11. "Default": {
  12. "BaseUrl": "https://localhost:44365/"
  13. },
  14. "TaskScheduling": {
  15. "BaseUrl": "https://localhost:44346/"
  16. }
  17. },
  18. "AbpCli": {
  19. "Bundle": {
  20. "Mode": "BundleAndMinify", /* Options: None, Bundle, BundleAndMinify */
  21. "Name": "global",
  22. "IsBlazorWebApp": true,
  23. "Parameters": {
  24. }
  25. }
  26. }
  27. }