app.conf 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. appname = Yunlot
  2. httpport = 6202
  3. runmode = dev
  4. autorender = false
  5. # 数据解析加载目录
  6. Analysis_Dir = "/var/lib/docker/volumes/yunlotso/_data/"
  7. # Nats 内核服务 127.0.0.1:4222(推荐 使用外部服务)
  8. NatsServer_Url = "127.0.0.1:6503"
  9. # Mysql
  10. MysqlServer_UrlPort = "127.0.0.1:3306"
  11. MysqlServer_Database = "yunlot"
  12. MysqlServer_Username = "root"
  13. MysqlServer_Password = "Ayunlot123"
  14. MysqlServer_MaxIdleConnections = 10
  15. MysqlServer_MaxOpenConnections = 200
  16. # Mongodb
  17. Mongodb_Url = "mongodb://127.0.0.1:27017"
  18. Mongodb_DB = "yunlot"
  19. Mongodb_Username = "yunlot8"
  20. Mongodb_Password = "yunlot123"
  21. # Redis
  22. ; Redis_address = "172.17.0.5:8379"
  23. Redis_address = "127.0.0.1:6379"
  24. Redis_password = ""
  25. Redis_dbNum = "9"
  26. # Mqtt
  27. MqttServer_Open = 1
  28. MqttServer_Url = "172.17.0.4:1883"
  29. MqttServer_ClientID = "YunlotServer"
  30. MqttServer_Username = "admin"
  31. MqttServer_Password = "8f9qRNixEMhCVrF"
  32. # TCP
  33. TCPServer_Open = 1
  34. TCPServer_Port = 8082
  35. # HTTP
  36. HTTPServer_Open = 1
  37. HTTPServer_Port = 8081
  38. # 静态资源
  39. Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo"
  40. Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN"
  41. Qiniu_BUCKET = "bzdstandardoss" #桶名称
  42. Qiniu_Dir = "UpFile" #上传保存路径
  43. Qiniu_Url = "http://xxx.com" #上传保存路径