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.

22 lines
565 B

  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. },
  13. "HostAddress": "https://localhost:7005",
  14. "ZWHostAddress": "https://localhost:7005",
  15. "ReportVirtualPath": {
  16. "RealPath": "E:\\peis_pdf",
  17. "RequestPath": "/Pdf"
  18. },
  19. "Swagger": {
  20. "IsEnabled": true
  21. }
  22. }