1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "DefaultConnect": "Data Source=(local);Initial Catalog=spDB;User ID=sa;Password=Lqftiu807005"
- },
- "UpdateScheduleSetting": "00 01 09 * * ? *",
- "InvalidDataScheduleSetting": "00 10 15 * * ? *",
- "ValidAudience": "StaffPerformance",
- "ValidIssuer": "http://localhost:39476",
- "AttachFileSavePath": "c:\\temp",
- "jwt": {
- "Key": "fef3d2e1Edwfw43312321edszaSd",
- "Audience": "StaffPerformance",
- "Issuer": "http://localhost:39476"
- },
- "IPEasySetting": {
- "DownloadFileSavePath": "c:\\temp",
- "isHeadless": "true",
- "Account": "caiyangl",
- "Password": "j)wx*lier*@3",
- "ChormeDriverPath": "D:\\source\\repos\\StaffPerformance\\packages\\ChormeDriver\\97.0.4692.71",
- "ScheduleSetting": "00 22 15 * * ? *",
- "IPEasyWeb": "http://47.106.221.167/Login.aspx"
- },
- "MailSetting": {
- "Server": "smtp.exmail.qq.com",
- "Port": "465",
- "Account": "luocaiyang@china-wispro.com",
- "Password": "Lqftiu807005",
- "mail": "luocaiyang@china-wispro.com"
- },
- "Authorize": {
- "/Department": "[94]-[1],[128]-[7],[44]-[5]",
- "/Workflow/Manage": "[94]-[1],[44]-[5]",
- "/CaseManager": "[94]-[1],[128]-[7],[44]-[5]",
- "/Project/ProjectSearch": "[94]-[1],[128]-[7],[44]-[5]",
- "/AppealRecords": "[94]-[1],[128]-[7],[44]-[5]",
- "/CustomerList": "[94]-[1],[128]-[7],[44]-[5]",
- "/StaffGrade": "[94]-[1],[128]-[7],[44]-[5]"
- },
- "Lastest_feedback_date": "8"
- }
|