| 1234567891011121314151617 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "Kestrel": {
- "Endpoints": {
- "Http": {
- "Url": "http://localhost:8088"
- }
- }
- },
- "AllowedHosts": "*"
- }
|