app.conf 708 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. appname = Cold_mqtt
  2. httpport = 6202
  3. runmode = dev
  4. # Nats
  5. NatsServer_Url = "127.0.0.1:43422"
  6. # Mysql
  7. MysqlServer_UrlPort = "127.0.0.1:40306"
  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 = "127.0.0.1:43379"
  15. Redis_password = ""
  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 = "203.57.71.139:1883"
  24. MqttServer_ClientID = "text_cold_mqtt"
  25. MqttServer_Username = "admin"
  26. MqttServer_Password = "8f9qRNixEMhCVrF"