appsettings.Development.json 183 B

123456789101112
  1. {
  2. "MessageQueue": {
  3. "Enabled": false
  4. },
  5. "Logging": {
  6. "LogLevel": {
  7. "Default": "Debug",
  8. "System": "Information",
  9. "Microsoft": "Information"
  10. }
  11. }
  12. }