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.

50 lines
1.6 KiB

2 years ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Microsoft.EntityFrameworkCore.Database.Command": "Debug"
  5. }
  6. },
  7. "App": {
  8. "SelfUrl": "http://10.1.12.140:9529",
  9. "ClientUrl": "http://10.1.12.140:9529",
  10. //"SelfUrl": "http://localhost:9530",
  11. //"ClientUrl": "http://localhost:9530",
  12. "CorsOrigins": "https://*.Peis.com,http://localhost:4200,http://localhost:9530,http://192.168.1.108:9530,http://localhost:8080,http://localhost:8081",
  13. "RedirectAllowedUrls": "http://localhost:9530",
  14. "Sql": "select id::varchar as Code ,display_name as DisplayName ,simple_code as SimpleCode ,display_order as DisplayOrder from asbitem",
  15. "ColumnNames": "编码,名称",
  16. "SelfUser": "admin",
  17. "SelfPassword": "666666"
  18. },
  19. "ConnectionStrings": {
  20. //"Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis070703;User ID=postgres;Password=shentun123;",
  21. "Default": "Host=10.1.12.140;Port=5432;Database=ShentunPeis0508;User ID=postgres;Password=st123;"
  22. },
  23. "RemoteServices": {
  24. "Default": {
  25. "BaseUrl": "http://localhost:53929/"
  26. }
  27. },
  28. "OpenIddict": {
  29. "Applications": {
  30. "Peis_Web": {
  31. "ClientId": "Peis_Web",
  32. "ClientSecret": "1q2w3e*",
  33. "RootUrl": "https://localhost:44328"
  34. },
  35. "Peis_App": {
  36. "ClientId": "Peis_App",
  37. "RootUrl": "http://localhost:4200"
  38. },
  39. "Peis_BlazorServerTiered": {
  40. "ClientId": "Peis_BlazorServerTiered",
  41. "ClientSecret": "1q2w3e*",
  42. "RootUrl": "https://localhost:44383"
  43. },
  44. "Peis_Swagger": {
  45. "ClientId": "Peis_Swagger",
  46. "RootUrl": "https://localhost:44399"
  47. }
  48. }
  49. }
  50. }