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.

70 lines
2.1 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"
},
"WechatGzh": { //微信公众号
"appid": "wx1f5c662edbe3b627",
"secret": "a892658a8d21f4e97cbb1ec1880b78fd",
},
"CaseTwenty": {
"SysAddress": "http://127.0.0.1:5194",
"UseOfflineData": "false",
"UnitCode": 130129,
"UnitName": "赞皇区检"
},
"SyncDataFromJiguang": {
"enable": "false"
}
}