临河任务调度
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

appsettings.json 568B

12345678910111213141516171819202122232425262728
  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. }