1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "DefaultConnect": "Data Source=(local);Initial Catalog=spDB;User ID=sa;Password=Lqftiu807005"
- },
- "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\\ConsoleApp2\\ConsoleApp2\\bin\\Debug",
- "ScheduleSetting": "00 16 01 1 * ? *",
- "IPEasyWeb": "http://47.106.221.167/Login.aspx"
- },
- "MailSetting": {
- "Server": "smtp.qq.com",
- "Port": "465",
- "mail": "luocaiyang@qq.com",
- "Account": "516337988",
- "Password": "j)wx*lier*@3"
- }
- }
|