24小时一体机服务
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.

88 lines
2.8 KiB

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DBType": "MySQL",
"MySQLConnString": "server=127.0.0.1;Database=equipmentrearend;Uid=root;Pwd=insght;Allow User Variables=True;SslMode=none;AllowPublicKeyRetrieval=True;"
},
//JwtConfig
"JwtConfiguration": {
/*JwtConfig Issuer=http://127.0.0.1:api本地端口*/
//发行者
"Issuer": "http://127.0.0.1:8098",
/* JwtConfig Audience=http://127.0.0.1:api本地端口*/
//订阅者
"Audience": "http://127.0.0.1:8098",
//RefreshToken受众
"RefreshTokenAudience": null,
//加密Key
"Jwtkey": "ertJKl#521*a@790asD&1#",
//有效期(分钟) 120 = 24小时
"Expires": 1440,
//RefreshToken过期时间(分钟) 1440 = 1天
"RefreshTokenExpires": 1440,
//时间歪斜,单位秒
"ClockSkew": 1
},
//Urls
"UrlsConfiguration": {
/* Urls["http://*:api端口号"] */
"Urls": "http://*:8098",
//所谓同源是指"协议+域名+端口"
/* IP */
"CorUrls": "http://localhost:8002,http://192.168.0.40:8095,http://192.168.0.40:92",
/* DomainUrl["http://localhost:api端口号"] */
"DomainUrl": "http://localhost:8006",
"HubCorUrls": []
},
"Videoaddress": {
"rtmp": "rtmp://192.168.0.24:1935/live/",
"rtsp": "rtsp://192.168.0.24:8554/live/"
},
"Wechat": {
//"appid": "wx48108a0c98a3dab0",
//"secret": "e752e4fba67526eca21313a18c96a58f",
//"secid": "e752e4fba67526eca21313a18c96a58f",
//"miniprogram_state": "trial",
//"templateIdSuccess": "XgrMTq1gwDfMJI6vN0jsSEv3xGy7v3amh0JMWj4SnAY",
//"templateIdFail": "bfA-t5EN4pkQzAOS17SRPRKvmMteaJt0kw3YKIcovIQ"
//北关
"appid": "wxdf1bb4a9a6331665",
"secret": "4a19512fbbc4c4658fdffcdbfa1fc8f4",
"secid": "4a19512fbbc4c4658fdffcdbfa1fc8f4",
"miniprogram_state": "trial",
"templateIdSuccess": "XgrMTq1gwDfMJI6vN0jsSEv3xGy7v3amh0JMWj4SnAY",
"templateIdFail": "bfA-t5EN4pkQzAOS17SRPRKvmMteaJt0kw3YKIcovIQ"
},
"WechatGzh": {
//公司微信公众号
//"appid": "wx1f5c662edbe3b627",
//"secret": "a892658a8d21f4e97cbb1ec1880b78fd",
//"templateId": "SmCAFFqHSnGC4FnRBFgkmuBvTBWkPnWi4zkjshrpz_8",
//北关微信公众号
"appid": "wx3a65effe2f8808c3",
"secret": "e645ec6643cd844ac1129b2eb7680477",
"templateId": "cwSTQjLRh-xhnpz41jGlPxMty_EOJBlyjuBNGEP6FyU"
//赞皇微信公众号
//"appid": "wxe06040af55282ee8",
//"secret": "8ffcdb30277eba9f4861f39a66990237",
//"templateId": "2OIGzOuT1Xobi7xQV9AVH-A286HZ0FsayW6ON2n5_30"
},
"CaseTwenty": {
"SysAddress": "http://127.0.0.1:5194",
"UseOfflineData": "false",
"UnitCode": 130129,
"UnitName": "赞皇区检"
},
"SyncDataFromJiguang": {
"enable": "false"
}
}