appsettings.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. "ConnectionStrings": "Data Source=(local);Initial Catalog=IPEasy;User ID=sa;Password=Lqftiu807005",
  27. "DownloadFileSavePath": "c:\\temp",
  28. "isHeadless": "true",
  29. "Account": "caiyangl",
  30. "Password": "j)wx*lier*@3",
  31. "ChormeDriverPath": "D:\\source\\repos\\StaffPerformance\\packages\\ChormeDriver\\100.0.4896.60",
  32. "ScheduleSetting": "00 19 19 4 * ? *",
  33. "IPEasyWeb": "http://47.106.221.167/Login.aspx"
  34. },
  35. "MailSetting": {
  36. "Server": "smtp.exmail.qq.com",
  37. "Port": "465",
  38. "Account": "luocaiyang@china-wispro.com",
  39. "Password": "Lqftiu807005",
  40. "mail": "luocaiyang@china-wispro.com"
  41. },
  42. "Authorize": {
  43. "/Department": "[94]-[1],[128]-[7],[44]-[5]",
  44. "/Workflow/Manage": "[94]-[1],[44]-[5]",
  45. "/CaseManager": "[94]-[1],[128]-[7],[44]-[5]",
  46. "/Project/ProjectSearch": "[94]-[1],[128]-[7],[44]-[5],[28]-[5]",
  47. "/AppealRecords": "[94]-[1],[128]-[7],[44]-[5]",
  48. "/CustomerList": "[94]-[1],[128]-[7],[44]-[5]",
  49. "/StaffGrade": "[94]-[1],[128]-[7],[44]-[5]",
  50. "/LevelStatistics": "[94]-[1],[128]-[7],[44]-[5]",
  51. "/Report/SingleChart": "[94]-[1],[128]-[7],[44]-[5]",
  52. "/Report/AppealTrend": "[94]-[1],[128]-[7],[44]-[5]",
  53. "/Report/StaticsTrend": "[94]-[1],[128]-[7],[44]-[5]"
  54. },
  55. "Lastest_feedback_date": "30"
  56. }