|
|
@ -2,10 +2,10 @@ |
|
|
"Kestrel": { |
|
|
"Kestrel": { |
|
|
"Endpoints": { |
|
|
"Endpoints": { |
|
|
//"Http": { |
|
|
//"Http": { |
|
|
// "Url": "http://localhost:44382" |
|
|
|
|
|
|
|
|
// "Url": "http://localhost:44322" |
|
|
//} |
|
|
//} |
|
|
"Https": { |
|
|
"Https": { |
|
|
"Url": "https://localhost:44382", |
|
|
|
|
|
|
|
|
"Url": "https://localhost:44322", |
|
|
"Certificate": { |
|
|
"Certificate": { |
|
|
"Path": "shentun.pfx", |
|
|
"Path": "shentun.pfx", |
|
|
"Password": "Shentun2024" |
|
|
"Password": "Shentun2024" |
|
|
@ -13,10 +13,10 @@ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
//"urls": "https://10.1.12.140:44382", |
|
|
|
|
|
|
|
|
//"urls": "https://10.1.12.140:44322", |
|
|
"AdminId": "3a12a8a6-beb9-fc29-b4e7-4acfb00d8370", |
|
|
"AdminId": "3a12a8a6-beb9-fc29-b4e7-4acfb00d8370", |
|
|
"App": { |
|
|
"App": { |
|
|
"SelfUrl": "https://localhost:44382", |
|
|
|
|
|
|
|
|
"SelfUrl": "https://localhost:44322", |
|
|
"CorsOrigins": "https://*.WebPeis.com", |
|
|
"CorsOrigins": "https://*.WebPeis.com", |
|
|
"RedirectAllowedUrls": "" |
|
|
"RedirectAllowedUrls": "" |
|
|
}, |
|
|
}, |
|
|
@ -25,9 +25,9 @@ |
|
|
"Default": "Host=62.156.10.86;Port=5432;Database=WebPeis0520;User ID=postgres;Password=st123;" |
|
|
"Default": "Host=62.156.10.86;Port=5432;Database=WebPeis0520;User ID=postgres;Password=st123;" |
|
|
}, |
|
|
}, |
|
|
"AuthServer": { |
|
|
"AuthServer": { |
|
|
"Authority": "https://localhost:44382", |
|
|
|
|
|
|
|
|
"Authority": "https://localhost:44322", |
|
|
"RequireHttpsMetadata": false, |
|
|
"RequireHttpsMetadata": false, |
|
|
"SwaggerClientId": "WebPeis_Swagger", |
|
|
|
|
|
|
|
|
"SwaggerClientId": "Localhost_Swagger", |
|
|
"SwaggerClientSecret": "", |
|
|
"SwaggerClientSecret": "", |
|
|
"WeChatClientId": "WeChatApp", |
|
|
"WeChatClientId": "WeChatApp", |
|
|
"WeChatClientSecret": "1q2w3e*" |
|
|
"WeChatClientSecret": "1q2w3e*" |
|
|
|