app.conf 656 B

12345678910111213141516171819202122232425
  1. appname = Yunlot_public
  2. httpport = 6310
  3. runmode = dev
  4. # 数据解析加载目录
  5. Analysis_Dir = "/var/lib/docker/volumes/yunlotso/_data/"
  6. # Mysql
  7. MysqlServer_UrlPort = "127.0.0.1:3306"
  8. MysqlServer_Database = "yunlot_public"
  9. MysqlServer_Username = "Yunlot_public"
  10. MysqlServer_Password = "tmAbdx7TMkyP8ECJ"
  11. MysqlServer_MaxIdleConnections = 10
  12. MysqlServer_MaxOpenConnections = 200
  13. # 静态资源
  14. Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo"
  15. Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN"
  16. Qiniu_BUCKET = "bzdstandardoss" #桶名称
  17. Qiniu_Dir = "UpFile" #上传保存路径
  18. Qiniu_Url = "http://xxx.com" #上传保存路径