appsettings.json 317 B

1234567891011121314151617
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "Redis": {
  11. "Default": {
  12. "Connection": "192.168.81.32:6379",
  13. "InstanceName": "local",
  14. "DefaultDB": 0
  15. }
  16. }
  17. }