appsettings.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "UpdateScheduleSetting": "00 48 09 * * ? *",
  14. "ValidAudience": "StaffPerformance",
  15. "ValidIssuer": "http://localhost:39476",
  16. "AttachFileSavePath": "c:\\temp",
  17. "jwt": {
  18. "Key": "fef3d2e1Edwfw43312321edszaSd",
  19. "Audience": "StaffPerformance",
  20. "Issuer": "http://localhost:39476"
  21. },
  22. "IPEasySetting": {
  23. "DownloadFileSavePath": "c:\\temp",
  24. "isHeadless": "true",
  25. "Account": "caiyangl",
  26. "Password": "j)wx*lier*@3",
  27. "ChormeDriverPath": "D:\\source\\repos\\ConsoleApp2\\ConsoleApp2\\bin\\Debug",
  28. "ScheduleSetting": "00 51 13 1 * ? *",
  29. "IPEasyWeb": "http://47.106.221.167/Login.aspx"
  30. },
  31. "MailSetting": {
  32. "Server": "smtp.exmail.qq.com",
  33. "Port": "465",
  34. "Account": "luocaiyang@china-wispro.com",
  35. "Password": "Lqftiu807005",
  36. "mail": "luocaiyang@china-wispro.com"
  37. }
  38. }