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.

61 lines
2.1 KiB

2 years ago
2 years ago
2 years ago
2 years ago
1 year ago
1 year ago
1 year ago
2 years ago
1 year ago
1 year ago
2 years ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
1 year ago
2 years ago
  1. {
  2. "App": {
  3. "SelfUrl": "http://localhost:9530",
  4. "ClientUrl": "http://localhost:9530",
  5. "CorsOrigins": "https://*.Peis.com,http://localhost:4200,http://localhost:9530,http://192.168.1.108:9530,http://localhost:8080,http://localhost:8081",
  6. "RedirectAllowedUrls": "http://localhost:9530",
  7. "SelfUser": "admin",
  8. "SelfPassword": "Shentun!@#qwe123",
  9. "LisUser": "admin",
  10. "LisPassword": "Shentun!@#qwe123"
  11. },
  12. "ConnectionStrings": {
  13. //"Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis070703;User ID=postgres;Password=shentun123;"
  14. "Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis240701;User ID=postgres;Password=shentun123;"
  15. //"Default": "Host=192.168.2.67;Port=5432;Database=ShentunPeis;User ID=postgres;Password=st123;"
  16. },
  17. "AuthServer": {
  18. "Authority": "http://localhost:9530",
  19. "RequireHttpsMetadata": "false",
  20. "SwaggerClientId": "localhost_Swagger",
  21. "IssuerBase": "http://140.143.162.39:9529"
  22. },
  23. "StringEncryption": {
  24. "DefaultPassPhrase": "ROCjBbDQK9rNq82v"
  25. },
  26. "Settings": {
  27. "Abp.Identity.Password.RequireDigit": false,
  28. "Abp.Identity.Password.RequireLowercase": false,
  29. "Abp.Identity.Password.RequireUppercase": false,
  30. "Abp.Identity.Password.RequireNonAlphanumeric": false,
  31. "Abp.Identity.Password.RequiredLength": 6,
  32. "Abp.Localization.DefaultLanguage": "zh-Hans"
  33. },
  34. "HostUrl": {
  35. "ApiUrl": "http://140.143.162.39:9529"
  36. },
  37. "VirtualPath": {
  38. "RealPath": "F:\\testimg",
  39. "RequestPath": "/CheckPictureImg",
  40. "Alias": "CheckPictureImg"
  41. },
  42. "PacsVirtualPath": {
  43. "RealPath": "F:\\testimg",
  44. "RequestPath": "/PacsCheckPictureImg",
  45. "Alias": "PacsCheckPictureImg"
  46. },
  47. "DicomVirtualPath": {
  48. "RealPath": "F:\\testimg",
  49. "RequestPath": "/DicomCheckPictureImg",
  50. "Alias": "DicomCheckPictureImg"
  51. },
  52. "AdminId": "3a11fe49-5719-0e9e-dd44-0c4aff0900b0",
  53. //"AdminId": "3a0c4180-107c-0c89-b25b-0bd34666dcec",
  54. "PeisReportPdfPath": "E:\\mypeis\\PeisReportPdf\\",
  55. "BackJobTypeId": "",
  56. "Swagger": {
  57. "IsEnabled": true
  58. },
  59. "Hangfire": {
  60. "IsEnabledDashboard": true
  61. }
  62. }