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.
44 lines
1.3 KiB
44 lines
1.3 KiB
{
|
|
//"Kestrel": {
|
|
// "Endpoints": {
|
|
// "Http": {
|
|
// "Url": "http://localhost:44382"
|
|
// },
|
|
// "Https": {
|
|
// "Url": "https://localhost:44382"
|
|
// }
|
|
// }
|
|
//},
|
|
"AdminId": "3a12a8a6-beb9-fc29-b4e7-4acfb00d8370",
|
|
"App": {
|
|
"SelfUrl": "https://localhost:44382",
|
|
"CorsOrigins": "https://*.WebPeis.com",
|
|
"RedirectAllowedUrls": ""
|
|
},
|
|
|
|
"ConnectionStrings": {
|
|
"Default": "Host=10.1.12.140;Port=5432;Database=WebPeis0520;User ID=postgres;Password=st123;"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "https://localhost:44382",
|
|
"RequireHttpsMetadata": false,
|
|
"SwaggerClientId": "WebPeis_Swagger",
|
|
"WeChatClientId": "WeChatApp",
|
|
"WeChatClientSecret": "1234*^@"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "rBfozS7zkeTYat2k"
|
|
},
|
|
"WeChat": {
|
|
"SessionUrl": "https://api.weixin.qq.com/sns/jscode2session?", //微信小程序访问用户信息URL
|
|
"AppID": "wx6a8a4440a42c9466", //微信小程序要求的AppID
|
|
"AppSecret": "aae34bfef498906290a92318d0f7183d" //微信小程序要求的AppSecret
|
|
},
|
|
"VirtualPaths": [
|
|
{
|
|
"PhysicsPath": "F:\\testimg", //体检报告物理路径
|
|
"RequestPath": "/Report", //体检报告请求路径
|
|
"Alias": "Report" //体检报告别名
|
|
}
|
|
]
|
|
}
|