appsettings.json 227 B

1234567891011121314
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Warning",
  5. "Microsoft.Hosting.Lifetime": "Information"
  6. }
  7. },
  8. "AllowedHosts": "*",
  9. "Kestrel": {
  10. "EndpointDefaults": {
  11. "Protocols": "Http2"
  12. }
  13. }
  14. }