41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
|
|
{
|
|||
|
|
"AppSettings": {
|
|||
|
|
"InjectSpecificationDocument": true //生产环境设置为false即可关闭文档
|
|||
|
|
},
|
|||
|
|
"NirvanaConnection": "server=121.36.67.254,4331;database=ybdevice;uid=fans_user;pwd=fans1qaz@WSX;",
|
|||
|
|
"SenparcSetting": {
|
|||
|
|
"IsDebug": true
|
|||
|
|
},
|
|||
|
|
"Serilog": {
|
|||
|
|
"MinimumLevel": {
|
|||
|
|
"Default": "Information",
|
|||
|
|
"Override": {
|
|||
|
|
"Microsoft": "Information",
|
|||
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|||
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|||
|
|
"System": "Information",
|
|||
|
|
"Serilog.AspNetCore.RequestLoggingMiddleware": "Information"
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
//Senparc.Weixin SDK 设置
|
|||
|
|
"SenparcWeixinSetting": {
|
|||
|
|
//微信全局
|
|||
|
|
"IsDebug": true
|
|||
|
|
},
|
|||
|
|
"SpecificationDocumentSettings": {
|
|||
|
|
"DocumentTitle": "移帮设备平台开发接口"
|
|||
|
|
},
|
|||
|
|
"RabbitmqSetting": { //rabbitmq配置
|
|||
|
|
"DBConnection": "server=121.36.67.254,4331;database=capsavedb;uid=fans_user;pwd=fans1qaz@WSX;" //数据保存库
|
|||
|
|
},
|
|||
|
|
"JWTSettings": {
|
|||
|
|
"ExpiredTime": 60 // 过期时间,long 类型,单位分钟,默认20分钟
|
|||
|
|
},
|
|||
|
|
"CustomSetting": {
|
|||
|
|
"Version": "0.0.1", //软件版本
|
|||
|
|
"WXAPIURL": "http://ttybwx.ybhdmob.com", //微信服务地址
|
|||
|
|
"APIURL": "https://ttybapi.ybhdmob.com", //接口域名
|
|||
|
|
"CookieName": "Test.YB.Device.cookie" //cookie名称
|
|||
|
|
}
|
|||
|
|
}
|