appsettings.json 1.6 KB

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