| 123456789101112131415161718192021222324 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "AllowedCors": "*",
- "Kestrel": {
- "Endpoints": {
- "Http": {
- "Url": "http://*:8082"
- }
- //"HttpsInlineCertFile": {
- // "Url": "https://*:8081",
- // "Certificate": {
- // "Path": "D:/cert/4410752_www.shvber.com.pfx",
- // "Password": "XM9yaM3R"
- // }
- //}
- }
- }
- }
|