appsettings.json 970 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. "jwt": {
  16. "Key": "fef3d2e1Edwfw43312321edszaSd",
  17. "Audience": "StaffPerformance",
  18. "Issuer": "http://localhost:39476"
  19. },
  20. "IPEasySetting": {
  21. "DownloadFileSavePath": "c:\\temp",
  22. "isHeadless": "true",
  23. "Account": "caiyangl",
  24. "Password": "j)wx*lier*@3",
  25. "ChormeDriverPath": "D:\\source\\repos\\ConsoleApp2\\ConsoleApp2\\bin\\Debug",
  26. "ScheduleSetting": "00 03 11 * * ? *"
  27. },
  28. "MailSetting": {
  29. "Server": "smtp.qq.com",
  30. "Port": "465",
  31. "mail": "luocaiyang@qq.com",
  32. "Account": "516337988",
  33. "Password": "j)wx*lier*@3"
  34. }
  35. }