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.

44 lines
1.7 KiB

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. "ConnectionStrings": "Server=.;Database=mypeis_wyy;User ID=sa;Password=shentun;Application Name=mypeis;Encrypt=False;TrustServerCertificate=True",
  12. "Sql": "select asbitem_id as Code ,asbitem_name as DisplayName from asbitem"
  13. },
  14. "ConnectionStrings": {
  15. "Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis070703;User ID=postgres;Password=shentun123;"
  16. //"Default": "Host=localhost;Port=5432;Database=ShentunPeis1218;User ID=postgres;Password=wxd123;"
  17. },
  18. "AuthServer": {
  19. "Authority": "http://localhost:9530",
  20. "RequireHttpsMetadata": "false",
  21. "SwaggerClientId": "localhost_Swagger"
  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. },
  33. "HostUrl": {
  34. "ApiUrl": "http://140.143.162.39:9529"
  35. },
  36. "VirtualPath": {
  37. "RealPath": "F:\\testimg",
  38. "RequestPath": "/CheckPictureImg",
  39. "Alias": "CheckPictureImg"
  40. },
  41. "AdminId": "3a0c4180-107c-0c89-b25b-0bd34666dcec",
  42. "PeisReportPdfPath": "E:\\mypeis\\PeisReportPdf\\"
  43. }