appsettings.json 634 B

1234567891011121314151617181920
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "IPEasySetting": {
  10. "ConnectionStrings": "Data Source=(local);Initial Catalog=IPEasy;User ID=sa;Password=Lqftiu807005",
  11. "DownloadFileSavePath": "c:\\temp",
  12. "isHeadless": "true",
  13. "Account": "caiyangl",
  14. "Password": "j)wx*lier*@3",
  15. "ChormeDriverPath": "D:\\source\\repos\\StaffPerformance\\packages\\ChormeDriver\\100.0.4896.60",
  16. "ScheduleSetting": "00 19 19 4 * ? *",
  17. "IPEasyWeb": "http://47.106.221.167/Login.aspx"
  18. },
  19. "AllowedHosts": "*"
  20. }