You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

appsettings.json 406 B

12345678910111213141516171819
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Warning",
  5. "Microsoft.Hosting.Lifetime": "Information",
  6. "Microsoft.AspNetCore": "Information",
  7. "Microsoft": "Information",
  8. "Microsoft.Orleans": "Warning",
  9. "Orleans.Runtime": "Error",
  10. "Grpc": "Information"
  11. }
  12. },
  13. "AllowedHosts": "*",
  14. "Kestrel": {
  15. "EndpointDefaults": {
  16. "Protocols": "Http2"
  17. }
  18. }
  19. }