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

35 lines
1.1KB

  1. {
  2. "App": {
  3. "SelfUrl": "https://localhost:44365/",
  4. "CorsOrigins": "https://*.TaskScheduling.com,http://localhost:4200,http://localhost:44307,https://localhost:44307,https://localhost:44346,https://localhost:44348/"
  5. },
  6. "AppSelfUrl": "https://localhost:44365/",
  7. "ConnectionStrings": {
  8. "Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=TaskScheduling_Main;Trusted_Connection=True;TrustServerCertificate=True"
  9. },
  10. "Redis": {
  11. "Configuration": "127.0.0.1"
  12. },
  13. "OpenIddict": {
  14. "Applications": {
  15. "TaskScheduling_Web": {
  16. "ClientId": "TaskScheduling_Web",
  17. "ClientSecret": "1q2w3e*",
  18. "RootUrl": "https://localhost:44370"
  19. },
  20. "TaskScheduling_Blazor": {
  21. "ClientId": "TaskScheduling_Blazor",
  22. "RootUrl": "https://localhost:44348"
  23. },
  24. "TaskScheduling_App": {
  25. "ClientId": "TaskScheduling_App",
  26. "RootUrl": "http://localhost:4200"
  27. },
  28. "TaskScheduling_Swagger": {
  29. "ClientId": "TaskScheduling_Swagger",
  30. "RootUrl": "https://localhost:44346"
  31. }
  32. }
  33. }
  34. }