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

{
//"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" //
}
]
}