appsettings.json 286 B

123456789101112131415
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "localhost",
  10. "MqttOption": {
  11. "UserName": "admin",
  12. "Password": "admin123456"
  13. }
  14. }