appsettings.json 321 B

12345678910111213141516
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "MqttOption": {
  11. "UserName": "admin",
  12. "Password": "admin123456",
  13. "TcpPort": "1833",
  14. "WsPort": "8083"
  15. }
  16. }