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 307 B

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