You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

39 lines
1.2 KiB

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ServerOp": {
"dbConn": "Data Source=192.168.1.200;port=3308;Initial Catalog=autoweight;user id=root;password=root;charset=utf8", // 706": null,
"dbType": "MySql", //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": "FFFFFF",
"CorpSecret": "FFFF",
"CorpAppId": "FFF",
"SoftName": "",
"Version": "V1.0.0",
"SubVersion": "0.0.1",
"JwtSecret": "learun.adms.core.jwt", //JWT 密钥 请保存好
"JwtExp": "12", // 认证过期时间,默认12小时
"AnnexesFile": "C:/fileAnnexes"
}
}