1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- 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
|