1234567891011121314151617181920212223242526272829303132 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
-
- "ConnectionStrings": {
- "DefaultConnect": "Data Source=(local);Initial Catalog=spDB;User ID=sa;Password=Lqftiu807005"
- },
-
- "IPEasySetting": {
- "DownloadFileSavePath": "c:\\temp",
- "isHeadless": "true",
- "Account": "caiyangl",
- "Password": "j)wx*lier*@3",
- "ChormeDriverPath": "D:\\source\\repos\\StaffPerformance\\packages\\ChormeDriver\\120.0.6099.109",
- "ScheduleSetting": "00 55 15 16 * ? *",
- "IPEasyWeb": "http://47.106.94.35/Login.aspx"
- },
- "MailSetting": {
- "Server": "smtp.exmail.qq.com",
- "Port": "465",
- "Account": "luocaiyang@china-wispro.com",
- "Password": "Qj7eGb3ffQfJ3tpt",
- "mail": "luocaiyang@china-wispro.com"
- }
- }
|