1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- appname = Yunlot
- httpport = 6202
- runmode = dev
- autorender = false
- # 数据解析加载目录
- Analysis_Dir = "/var/lib/docker/volumes/yunlotso/_data/"
- # Nats 内核服务 127.0.0.1:4222(推荐 使用外部服务)
- NatsServer_Url = "127.0.0.1:6503"
- # 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 = "9"
- # Mqtt
- MqttServer_Open = 1
- MqttServer_Url = "172.17.0.4:1883"
- MqttServer_ClientID = "YunlotServer"
- MqttServer_Username = "admin"
- MqttServer_Password = "8f9qRNixEMhCVrF"
- # TCP
- TCPServer_Open = 1
- TCPServer_Port = 8082
- # HTTP
- HTTPServer_Open = 1
- HTTPServer_Port = 8081
- # 静态资源
- Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo"
- Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN"
- Qiniu_BUCKET = "bzdstandardoss" #桶名称
- Qiniu_Dir = "UpFile" #上传保存路径
- Qiniu_Url = "http://xxx.com" #上传保存路径
|