appsettings.json 1006 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "ConnectionStrings": {
  11. "DefaultConnect": "Data Source=(local);Initial Catalog=spDB;User ID=sa;Password=Lqftiu807005"
  12. },
  13. "ValidAudience": "StaffPerformance",
  14. "ValidIssuer": "http://localhost:39476",
  15. "AttachFileSavePath": "c:\\temp",
  16. "jwt": {
  17. "Key": "fef3d2e1Edwfw43312321edszaSd",
  18. "Audience": "StaffPerformance",
  19. "Issuer": "http://localhost:39476"
  20. },
  21. "IPEasySetting": {
  22. "DownloadFileSavePath": "c:\\temp",
  23. "isHeadless": "true",
  24. "Account": "caiyangl",
  25. "Password": "j)wx*lier*@3",
  26. "ChormeDriverPath": "D:\\source\\repos\\ConsoleApp2\\ConsoleApp2\\bin\\Debug",
  27. "ScheduleSetting": "00 16 01 1 * ? *"
  28. },
  29. "MailSetting": {
  30. "Server": "smtp.qq.com",
  31. "Port": "465",
  32. "mail": "luocaiyang@qq.com",
  33. "Account": "516337988",
  34. "Password": "j)wx*lier*@3"
  35. }
  36. }