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.

43 lines
1.2 KiB

2 years ago
  1. {
  2. //"Kestrel": {
  3. // "Endpoints": {
  4. // "Http": {
  5. // "Url": "http://localhost:44382"
  6. // },
  7. // "Https": {
  8. // "Url": "https://localhost:44382"
  9. // }
  10. // }
  11. //},
  12. "App": {
  13. "SelfUrl": "https://localhost:44382",
  14. "CorsOrigins": "https://*.WebPeis.com",
  15. "RedirectAllowedUrls": ""
  16. },
  17. "ConnectionStrings": {
  18. "Default": "Host=10.1.12.140;Port=5432;Database=WebPeis0520;User ID=postgres;Password=st123;"
  19. },
  20. "AuthServer": {
  21. "Authority": "https://localhost:44382",
  22. "RequireHttpsMetadata": false,
  23. "SwaggerClientId": "WebPeis_Swagger",
  24. "WeChatClientId": "WeChatApp",
  25. "WeChatClientSecret": "1234*^@"
  26. },
  27. "StringEncryption": {
  28. "DefaultPassPhrase": "rBfozS7zkeTYat2k"
  29. },
  30. "WeChat": {
  31. "SessionUrl": "https://api.weixin.qq.com/sns/jscode2session?", //访URL
  32. "AppID": "wx6a8a4440a42c9466", //AppID
  33. "AppSecret": "aae34bfef498906290a92318d0f7183d" //AppSecret
  34. },
  35. "VirtualPaths": [
  36. {
  37. "PhysicsPath": "F:\\testimg", //
  38. "RequestPath": "/Report", //
  39. "Alias": "Report" //
  40. }
  41. ]
  42. }