appsettings.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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 01 12 1-9 * ? *",
  14. "InvalidDataScheduleSetting": "00 29 16 1-6 * ? *",
  15. "AgentMessageScheduleSetting": "00 10 06 7 * ? *",
  16. "ImportProjectScheduleSetting": "0 13 10 * * ?",
  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\\110.0.5481.77",
  31. "ScheduleSetting": "00 55 15 16 * ? *",
  32. "IPEasyWeb": "http://47.106.221.167/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. "Authorize": {
  42. "/Department": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  43. "/Workflow/Manage": "[94]-[1],[44]-[5]",
  44. "/CaseManager": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  45. "/Project/ProjectSearch": "[94]-[1],[128]-[7],[2]-[7],[44]-[5],[28]-[5]",
  46. "/AppealRecords": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  47. "/CustomerList": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  48. "/StaffGrade": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  49. "/LevelStatistics": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  50. "/Report/SingleChart": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  51. "/Report/AppealTrend": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]",
  52. "/Report/StaticsTrend": "[94]-[1],[128]-[7],[44]-[5],[2]-[7]"
  53. },
  54. "Lastest_feedback_date": "25"
  55. }