appsettings.json 300 B

12345678910111213141516
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft.AspNetCore": "Warning"
  6. }
  7. },
  8. "AllowedHosts": "*",
  9. "VRRules": {
  10. "RefReachCount": false,
  11. "RefCount": 5,
  12. "RefPrewarningIndex": 20,
  13. "RefPrewarningIndexAlert": 50,
  14. "BCountAllDay": false
  15. }
  16. }