app.conf 724 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. appname = Cold_mqtt
  2. httpport = 6202
  3. runmode = dev
  4. # Nats
  5. NatsServer_Url = "203.34.49.130:4222"
  6. # Mysql
  7. MysqlServer_UrlPort = "203.34.49.130:3306"
  8. MysqlServer_Database = "cold"
  9. MysqlServer_Username = "cold"
  10. MysqlServer_Password = "yjwyEckZS7rE5H"
  11. MysqlServer_MaxIdleConnections = 100
  12. MysqlServer_MaxOpenConnections = 200
  13. # Redis
  14. Redis_address = "203.34.49.130:6379"
  15. Redis_password = "redis_GGRi8f"
  16. Redis_dbNum = "1"
  17. # Mqtt
  18. # 192.168.0.7
  19. # Mqtt
  20. # 192.168.0.7
  21. # mqttjxit 140.246.233.197 mqttlodr 203.195.71.200 mqttyuht 203.57.71.139
  22. MqttServer_id = "text_cold_mqtt"
  23. MqttServer_Url = "182.43.247.65:1883"
  24. MqttServer_ClientID = "text_cold_mqtt"
  25. MqttServer_Username = "admin"
  26. MqttServer_Password = "emqx_M4dimF"