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.
 
 
 
 

40 lines
1.4 KiB

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ServerOp": {
//"dbConn": "Data Source=127.0.0.1;port=3306;Initial Catalog=autoweight;user id=root;password=2LBd74KoapPCnZR9;charset=utf8", // 706": null,
"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"
}
}