appsettings.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. "UpdateScheduleSetting": "00 10 13 1-8 * ? *",
  14. "InvalidDataScheduleSetting": "00 14 09 1-6 * ? *",
  15. "AgentMessageScheduleSetting": "00 10 06 7 * ? *",
  16. "ValidAudience": "StaffPerformance",
  17. "ValidIssuer": "http://localhost:39476",
  18. "AttachFileSavePath": "c:\\temp",
  19. "jwt": {
  20. "Key": "fef3d2e1Edwfw43312321edszaSd",
  21. "Audience": "StaffPerformance",
  22. "Issuer": "http://localhost:39476"
  23. },
  24. "IPEasySetting": {
  25. "DownloadFileSavePath": "c:\\temp",
  26. "isHeadless": "true",
  27. "Account": "caiyangl",
  28. "Password": "j)wx*lier*@3",
  29. "ChormeDriverPath": "D:\\source\\repos\\StaffPerformance\\packages\\ChormeDriver\\97.0.4692.71",
  30. "ScheduleSetting": "00 36 08 1 * ? *",
  31. "IPEasyWeb": "http://47.106.221.167/Login.aspx"
  32. },
  33. "MailSetting": {
  34. "Server": "smtp.exmail.qq.com",
  35. "Port": "465",
  36. "Account": "luocaiyang@china-wispro.com",
  37. "Password": "Lqftiu807005",
  38. "mail": "luocaiyang@china-wispro.com"
  39. },
  40. "Authorize": {
  41. "/Department": "[94]-[1],[128]-[7],[44]-[5]",
  42. "/Workflow/Manage": "[94]-[1],[44]-[5]",
  43. "/CaseManager": "[94]-[1],[128]-[7],[44]-[5]",
  44. "/Project/ProjectSearch": "[94]-[1],[128]-[7],[44]-[5]",
  45. "/AppealRecords": "[94]-[1],[128]-[7],[44]-[5]",
  46. "/CustomerList": "[94]-[1],[128]-[7],[44]-[5]",
  47. "/StaffGrade": "[94]-[1],[128]-[7],[44]-[5]"
  48. },
  49. "Lastest_feedback_date": "8"
  50. }