appsettings.json 642 B

123456789101112131415161718192021222324252627
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information",
  7. "Hangfire": "Information"
  8. }
  9. },
  10. "AllowedHosts": "*",
  11. "ResetPort": 8201,
  12. "MqttOption": {
  13. "UserName": "admin",
  14. "Password": "admin123456",
  15. "TcpPort": "1883",
  16. "WsPort": "8083"
  17. },
  18. "ConnectionStrings": {
  19. "DefaultConnection": "Server=47.112.30.247; Database=MqttServerDb; User Id=sa;Password=Iwb2017"
  20. },
  21. "GeneralCacheMinute": "60",
  22. "redis": {
  23. "host": "47.112.30.247" ,
  24. "port": "6379",
  25. "password": "123456"
  26. }
  27. }