appsettings.json 550 B

12345678910111213141516171819
  1. {
  2. "IPEasySetting": {
  3. "DownloadFileSavePath": "c:\\temp",
  4. "isHeadless": "false",
  5. "Account": "caiyangl",
  6. "Password": "j)wx*lier*@3",
  7. "ChormeDriverPath": "D:\\source\\repos\\StaffPerformance\\packages\\ChormeDriver\\97.0.4692.71",
  8. "ScheduleSetting": "00 55 10 3 * ? *",
  9. "IPEasyWeb": "http://47.106.221.167/Login.aspx"
  10. },
  11. "MailSetting": {
  12. "Server": "smtp.exmail.qq.com",
  13. "Port": "465",
  14. "Account": "luocaiyang@china-wispro.com",
  15. "Password": "Lqftiu807005",
  16. "mail": "luocaiyang@china-wispro.com"
  17. }
  18. }