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.

34 lines
1016 B

5 months ago
5 months ago
5 months ago
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft.AspNetCore": "Warning"
  6. }
  7. },
  8. "AllowedHosts": "*",
  9. "ConnectionStrings": {
  10. "Default": "server=140.143.162.39;uid=sa;pwd=shentun;database=mypeis;Encrypt=false;",
  11. "Report": "User Id=tjdj_08;Password=Tfdj_yixm7u8X;Data Source=TJDJ;Unicode=True",
  12. "Lis": "server=140.143.162.39;uid=sa;pwd=shentun;database=mypeis;Encrypt=false;"
  13. },
  14. "HostAddress": "https://localhost:7005",
  15. "ZWHostAddress": "https://localhost:7005",
  16. "ReportVirtualPath": {
  17. "RealPath": "E:\\peis_pdf",
  18. "RequestPath": "/PeisPdf"
  19. },
  20. "LisReportVirtualPath": {
  21. "RealPath": "E:\\peis_pdf",
  22. "RequestPath": "/LisPdf"
  23. },
  24. "Swagger": {
  25. "IsEnabled": true
  26. },
  27. "Jwt": {
  28. "Issuer": "Shentun", //
  29. "Audience": "Client", //
  30. "SecurityKey": "Shentun8Shentun8Shentun8Shentun8", //
  31. "WebExpiration": 100 //web 144024
  32. },
  33. "ApiGroupName": "JianLiApi"
  34. }