appname = Yunlot httpport = 6202 runmode = dev # 数据解析加载目录 Analysis_Dir = "/var/lib/docker/volumes/yunlotso/_data/" # Nats NatsServer_Url = "127.0.0.1:4222" # Mysql MysqlServer_UrlPort = "127.0.0.1:3306" MysqlServer_Database = "yunlot" MysqlServer_Username = "root" MysqlServer_Password = "Ayunlot123" MysqlServer_MaxIdleConnections = 10 MysqlServer_MaxOpenConnections = 200 # Mongodb Mongodb_Url = "mongodb://127.0.0.1:27017" Mongodb_DB = "yunlot" Mongodb_Username = "yunlot8" Mongodb_Password = "yunlot123" # Redis ; Redis_address = "172.17.0.5:8379" Redis_address = "127.0.0.1:6379" Redis_password = "" Redis_dbNum = "1" # Mqtt MqttServer_Open = 1 MqttServer_Url = "172.17.0.4:1883" MqttServer_ClientID = "YunlotServer" MqttServer_Username = "admin" MqttServer_Password = "8f9qRNixEMhCVrF" # TCP TCPServer_Open = 1 # HTTP HTTPServer_Open = 1 HTTPServer_Port = 8081