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.

47 lines
2.0 KiB

2 years ago
2 years 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. "Sql": "select id::varchar as Code ,display_name as DisplayName ,simple_code as SimpleCode ,display_order as DisplayOrder from asbitem"
  8. },
  9. "Interface": {
  10. //"DbType": "SqlServer",
  11. "DbType": "Oracle",
  12. //"ConnectionStrings": "Server=.;Database=mypeis_wyy;User ID=sa;Password=shentun;Application Name=mypeis;Encrypt=False;TrustServerCertificate=True",
  13. "ConnectionStrings": "User ID=TJ_LIS;Password=TJ_LIS;Data Source=(DESCRIPTION = (ADDRESS_LIST= (ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.12.34)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = HIS56)))",
  14. "Sql": "select ZHID as Code ,ZHMC as DisplayName from PORTAL56_LIS.vi_tj_testitemgroup"
  15. },
  16. "ConnectionStrings": {
  17. "Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis070703;User ID=postgres;Password=shentun123;"
  18. //"Default": "Host=localhost;Port=5432;Database=ShentunPeis1218;User ID=postgres;Password=wxd123;"
  19. },
  20. "AuthServer": {
  21. "Authority": "http://localhost:9530",
  22. "RequireHttpsMetadata": "false",
  23. "SwaggerClientId": "localhost_Swagger"
  24. },
  25. "StringEncryption": {
  26. "DefaultPassPhrase": "ROCjBbDQK9rNq82v"
  27. },
  28. "Settings": {
  29. "Abp.Identity.Password.RequireDigit": false,
  30. "Abp.Identity.Password.RequireLowercase": false,
  31. "Abp.Identity.Password.RequireUppercase": false,
  32. "Abp.Identity.Password.RequireNonAlphanumeric": false,
  33. "Abp.Identity.Password.RequiredLength": 6
  34. },
  35. "HostUrl": {
  36. "ApiUrl": "http://140.143.162.39:9529"
  37. },
  38. "VirtualPath": {
  39. "RealPath": "F:\\testimg",
  40. "RequestPath": "/CheckPictureImg",
  41. "Alias": "CheckPictureImg"
  42. },
  43. "AdminId": "3a0c4180-107c-0c89-b25b-0bd34666dcec",
  44. "PeisReportPdfPath": "E:\\mypeis\\PeisReportPdf\\"
  45. }