1
0

appsettings.json 203 B

1234567891011
  1. {
  2. "Logging": {
  3. "IncludeScopes": false,
  4. "LogLevel": {
  5. "Default": "Trace",
  6. "Microsoft": "Warning",
  7. "Microsoft.Hosting.Lifetime": "Information"
  8. }
  9. },
  10. "AllowedHosts": "*"
  11. }