appsettings.json 1.5 KB

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