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": "Debug",
|
||
|
"System": "Information",
|
||
|
"Microsoft": "Information"
|
||
|
}
|
||
|
},
|
||
|
"ServerOp": {
|
||
|
"dbConn": "Server=12.12.12.12;user id=12;password=12;database=adms_core;charset=utf8", // 数据库连接,具体配置可以参考敏捷706
|
||
|
"dbType": "SqlServer", //SqlServer,Oracle,MySql
|
||
|
"RedisPrev": "admscore",
|
||
|
"RedisExchangeHosts": "12.12.12.12:6379,password=11212,allowadmin=true", // 缓存信息
|
||
|
"VirtualPath": "",
|
||
|
"UItheme": "default,accordion,windows,top",
|
||
|
|
||
|
"IMOpen": false, //false/true
|
||
|
"IMUrl": "https://localhost:44304",
|
||
|
|
||
|
"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"
|
||
|
}
|
||
|
}
|