app.conf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. appname = ColdVerify_local6400
  2. HTTPPort = 6400
  3. runmode = dev
  4. Graceful = true
  5. EnableDocs = true
  6. copyrequestbody = true
  7. # Mysql 本地
  8. # MysqlServer_UrlPort = "47.111.15.17:3306"
  9. # MysqlServer_Database = "cold_verify"
  10. # MysqlServer_Username = "cold_verify"
  11. # MysqlServer_Password = "kzFbKseJm5GFpPFS"
  12. Local_AliasName = "default"
  13. MysqlServer_UrlPort = "127.0.0.1:3306"
  14. MysqlServer_Database = "cold_verify_local"
  15. MysqlServer_Username = "root"
  16. MysqlServer_Password = "12345678"
  17. MysqlServer_MaxIdleConnections = 100
  18. MysqlServer_MaxOpenConnections = 200
  19. # Mysql 线上
  20. Server_AliasName = "server"
  21. MysqlServer2_UrlPort = "175.178.229.79:30306"
  22. MysqlServer2_Database = "cold_verify"
  23. MysqlServer2_Username = "root"
  24. MysqlServer2_Password = "root"
  25. MysqlServer2_MaxIdleConnections = 100
  26. MysqlServer2_MaxOpenConnections = 200
  27. # 存放sql临时文件目录
  28. Sql_Temp_Path = "./temp/"
  29. # Redis
  30. Redis_address = "175.178.229.79:30379"
  31. Redis_password = ""
  32. Redis_dbNum = "2"
  33. # 静态资源
  34. Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo"
  35. Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN"
  36. Qiniu_BUCKET = "bzdcoldverify"
  37. Oss = "https://bzdcoldverifyoss.baozhida.cn"