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.

103 lines
3.1 KiB

2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 months ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 months ago
2 years ago
3 months ago
2 years ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
3 months ago
1 year ago
2 years ago
2 years ago
2 years ago
5 months ago
3 months ago
2 years ago
  1. {
  2. "Kestrel": {
  3. "Endpoints": {
  4. "Http": {
  5. "Url": "http://localhost:44322"
  6. }
  7. //"Https": {
  8. // "Url": "https://localhost:44322",
  9. // "Certificate": {
  10. // "Path": "shentun.pfx",
  11. // "Password": "Shentun2024"
  12. // }
  13. //}
  14. }
  15. },
  16. //"urls": "https://10.1.12.140:44322",
  17. "AdminId": "3a12a8a6-beb9-fc29-b4e7-4acfb00d8370",
  18. "App": {
  19. "SelfUrl": "https://localhost:44322",
  20. "CorsOrigins": "https://*.WebPeis.com",
  21. "RedirectAllowedUrls": ""
  22. },
  23. "ConnectionStrings": {
  24. "Default": "Host=140.143.162.39;Port=5432;Database=WebPeis;User ID=postgres;Password=shentun123;"
  25. },
  26. "AuthServer": {
  27. "Authority": "https://localhost:44322",
  28. "RequireHttpsMetadata": false,
  29. "SwaggerClientId": "Localhost_Swagger",
  30. "SwaggerClientSecret": "",
  31. "WeChatClientId": "WeChatApp",
  32. "WeChatClientSecret": "1q2w3e*"
  33. },
  34. "StringEncryption": {
  35. "DefaultPassPhrase": "rBfozS7zkeTYat2k"
  36. },
  37. "WeChat": {
  38. "SessionUrl": "https://api.weixin.qq.com/sns/jscode2session?", //访URL
  39. "AppID": "wx95ad21545fc76f09", //AppID
  40. "AppSecret": "9828be06636f023ba5e32c17bb3d61c0" //AppSecret
  41. },
  42. "VirtualPaths": [
  43. {
  44. "PhysicsPath": "F:\\testimg", //
  45. "RequestPath": "/Report", //
  46. "Alias": "Report" //
  47. },
  48. {
  49. "PhysicsPath": "D:\\webpeis\\MedicalReportPdf", //
  50. "RequestPath": "/OldReport", //
  51. "Alias": "OldReport" //
  52. }
  53. ],
  54. "Sms": {
  55. "BaseAddress": "http://192.168.2.181:44383",
  56. "CreateSmsTaskUrl": "api/app/SmsTask/Create",
  57. "User": "admin",
  58. "Password": "888888",
  59. "VerifySmsTypeId": "3a12e09d-438a-1d08-d4f0-712aef13708d",
  60. "VerifySmsValidTime": "2",
  61. "IsTemplateTime": "N",
  62. "SmsAppId": "3a12e09f-8534-ec43-8c46-e61af0964ab6",
  63. "IsAppointEnabled": "Y",
  64. "AppointSmsTypeId": "3a167084-3d06-ab95-a9ab-1dffc961b9ac",
  65. "AppointTemplateId": "2316290"
  66. },
  67. "Redis": {
  68. "IsEnabled": "true",
  69. "Configuration": "140.143.162.39:6379,password=st123"
  70. },
  71. "MedicalHealthReport": {
  72. "BaseAddress": "http://10.1.13.31",
  73. "ReportListApiUrl": "http://10.1.13.31/api/report/page",
  74. "ReportApiUrl": "http://10.1.13.31/api/report/download",
  75. "IsQuestionApiUrl": "http://10.1.13.31/api/hasFillQueByRecordNo"
  76. },
  77. "Swagger": {
  78. "IsEnabled": true
  79. },
  80. "Peis": {
  81. "PeisBaseUrl": "",
  82. "AppQueueRegisterUrl": "",
  83. "AppIsPeisRegisterUrl": "",
  84. "AppUser": "",
  85. "AppPassWord": ""
  86. },
  87. "Merchant": {
  88. "MchId": "1569383411",
  89. "NotifyUrl": "https://app.mzaktj.com:44322/api/Notify/TransactionsNotify",
  90. "CertificateSerialNo": "22FD4AE7F722998980D67185CC42E0F842B90975",
  91. "PrivateKeyPath": "apiclient_key.pem",
  92. "ApiV3Key": "UIDnng45891fgfdf656ggfgjkiu89DtG"
  93. },
  94. "Pacs": {
  95. "PacsDatabase": "Host=192.168.0.188;Port=5432;Database=ShentunPacs1212;User ID=postgres;Password=St123456;",
  96. "BarCodeMode": "0"
  97. },
  98. "Report": {
  99. "IsOldReport": "N",
  100. "OldApiBaseUrl": "https://ccjktj.cn:44322"
  101. }
  102. }