MeiRiYiCheng_1_old/YBDevice.Web/appsettings.Development.json

42 lines
1.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"DetailedErrors": true,
"AppSettings": {
"InjectSpecificationDocument": true //生产环境设置为false即可关闭文档
},
"NirvanaConnection": "server=121.36.67.254,4331;database=ybdevice;uid=fans_user;pwd=fans1qaz@WSX;",
"SenparcSetting": {
"IsDebug": true
},
//Senparc.Weixin SDK 设置
"SenparcWeixinSetting": {
//微信全局
"IsDebug": true
},
"SpecificationDocumentSettings": {
"DocumentTitle": "移帮设备平台开发接口"
},
"JWTSettings": {
"ExpiredTime": 60 // 过期时间long 类型单位分钟默认20分钟
},
"CustomSetting": {
"Version": "0.0.1" //软件版本
},
"ProSettings": {
"NavTheme": "dark",
"HeaderHeight": 48,
"Layout": "side",
"ContentWidth": "Fluid",
"FixedHeader": true,
"FixSiderbar": true,
"Title": "Ant Design Pro",
"IconfontUrl": null,
"PrimaryColor": null,
"ColorWeak": false,
"SplitMenus": false,
"HeaderRender": true,
"FooterRender": true,
"MenuRender": true,
"MenuHeaderRender": true
}
}