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
39 lines
1.2 KiB
3 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|