appsettings.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "IPEasyWeb": "http://47.106.221.167/Login.aspx"
  29. },
  30. "MailSetting": {
  31. "Server": "smtp.qq.com",
  32. "Port": "465",
  33. "mail": "luocaiyang@qq.com",
  34. "Account": "516337988",
  35. "Password": "j)wx*lier*@3"
  36. }
  37. }