123456789101112131415161718192021222324252627282930313233343536373839 |
- appname = Cold_mqtt
- httpport = 6202
- runmode = dev
- # Nats
- NatsServer_Url = "127.0.0.1:43422"
- # Mysql
- MysqlServer_UrlPort = "127.0.0.1:40306"
- MysqlServer_Database = "cold"
- MysqlServer_Username = "cold"
- MysqlServer_Password = "yjwyEckZS7rE5H!"
- MysqlServer_MaxIdleConnections = 100
- MysqlServer_MaxOpenConnections = 200
- # Redis
- Redis_address = "127.0.0.1:43379"
- Redis_password = ""
- Redis_dbNum = "1"
- # Mqtt
- # 192.168.0.7
- # Mqtt
- # 192.168.0.7
- # mqttjxit 140.246.233.197 mqttlodr 203.195.71.200 mqttyuht 203.57.71.139
- MqttServer_id = "text_cold_mqtt"
- MqttServer_Url = "203.57.71.139:1883"
- MqttServer_ClientID = "text_cold_mqtt"
- MqttServer_Username = "admin"
- MqttServer_Password = "8f9qRNixEMhCVrF"
|