appsettings.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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 09 00 1-9 * ? *",
  14. "InvalidDataScheduleSetting": "00 29 16 1-6 * ? *",
  15. "AgentMessageScheduleSetting": "00 10 06 7 * ? *",
  16. "ImportProjectScheduleSetting": "00 13 00 1-9 * ?",
  17. "ValidAudience": "StaffPerformance",
  18. "ValidIssuer": "http://localhost:39476",
  19. "AttachFileSavePath": "c:\\temp",
  20. "jwt": {
  21. "Key": "fef3d2e1Edwfw43312321edszaSd",
  22. "Audience": "StaffPerformance",
  23. "Issuer": "http://localhost:39476"
  24. },
  25. "IPEasySetting": {
  26. "DownloadFileSavePath": "c:\\temp",
  27. "isHeadless": "false",
  28. "Account": "caiyangl",
  29. "Password": "j)wx*lier*@3",
  30. "ChormeDriverPath": "D:\\source\\repos\\StaffPerformance\\packages\\ChormeDriver\\125.0.6422.141",
  31. "ScheduleSetting": "00 55 15 16 * ? *",
  32. "IPEasyWeb": "http://47.106.94.35/Login.aspx"
  33. },
  34. "MailSetting": {
  35. "Server": "smtp.exmail.qq.com",
  36. "Port": "465",
  37. "Account": "luocaiyang@china-wispro.com",
  38. "Password": "Qj7eGb3ffQfJ3tpt",
  39. "mail": "luocaiyang@china-wispro.com"
  40. },
  41. "InvalidDataMessageMails": "罗才洋|luocaiyang@china-wispro.com,何青瓦|heqingwa@china-wispro.com,钟子敏|zhongzimin@china-wispro.com,吴芳|wufang@china-wispro.com,邢丽霞|xinglixia@china-wispro.com,田婵玉|tianchanyu@china-wispro.com,周珊珊|zhoushanshan@china-wispro.com",
  42. "Authorize": {
  43. "/Department": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  44. "/Workflow/Manage": "[94]-[1],[44]-[5]",
  45. "/CaseManager": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  46. "/Project/ProjectSearch": "[94]-[1],[128]-[7],[2]-[7],[44]-[5],[28]-[5]",
  47. "/AppealRecords": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  48. "/CustomerList": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  49. "/StaffGrade": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  50. "/LevelStatistics": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  51. "/Report/SingleChart": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  52. "/Report/AppealTrend": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  53. "/Report/StaticsTrend": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]"
  54. },
  55. "Lastest_feedback_date": "28"
  56. }