appsettings.json 848 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "ConnectionStrings": {
  10. "DefaultConnect": "Data Source=(local);Initial Catalog=spDB;User ID=sa;Password=Lqftiu807005"
  11. },
  12. "IPEasySetting": {
  13. "DownloadFileSavePath": "c:\\temp",
  14. "isHeadless": "true",
  15. "Account": "caiyangl",
  16. "Password": "j)wx*lier*@3",
  17. "ChormeDriverPath": "D:\\source\\repos\\StaffPerformance\\packages\\ChormeDriver\\120.0.6099.109",
  18. "ScheduleSetting": "00 55 15 16 * ? *",
  19. "IPEasyWeb": "http://47.106.94.35/Login.aspx"
  20. },
  21. "MailSetting": {
  22. "Server": "smtp.exmail.qq.com",
  23. "Port": "465",
  24. "Account": "luocaiyang@china-wispro.com",
  25. "Password": "Qj7eGb3ffQfJ3tpt",
  26. "mail": "luocaiyang@china-wispro.com"
  27. }
  28. }