{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "ServerOp": { "dbConn": "Server=8.8.8.8;user id=12;password=12;database=adms_core;charset=utf8", // 数据库连接,具体配置可以参考敏捷706 "dbType": "SqlServer", //SqlServer,Oracle,MySql "RedisPrev": "admscore", "RedisExchangeHosts": "8.8.8.8:6379,password=888,allowadmin=true", // 缓存信息 "VirtualPath": "", "UItheme": "default,accordion,windows,top", "IMOpen": false, //false/true "IMUrl": "https://localhost:8304", "MailName": "力软邮件中心", "MailUserName": "sendbug@learun.cn", "MailPassword": "learun123", "MailHost": "smtp.ym.163.com", "CorpId": "wxa2c39f6194f44ff4", "CorpSecret": "LmYickyCL7sc1oVyUnUhXo24brefyM3AQbZnL7CP7Xs", "CorpAppId": "wxd75b6651c86f816b", "SoftName": "汽车衡无人值守系统", "Version": "CORE V1.0.0", "SubVersion": "0.0.1", "JwtSecret": "learun.adms.core.jwt", //JWT 密钥 请保存好 "JwtExp": "12", // 认证过期时间,默认12小时 "AnnexesFile": "C:/fileAnnexes" } }