1234567891011121314151617181920212223242526272829
  1. ; 数据库类型,目前只支持mysql
  2. db_type = mysql
  3. ; 连接协议
  4. con_protocol = tcp
  5. ; 数据库地址,可以使用IP
  6. db_addr = 47.101.36.130
  7. ; 端口
  8. db_port = 3306
  9. ; 用户名
  10. username = annual_lottery
  11. ; 密码
  12. password = annual_lottery
  13. ; 数据库名或者schema
  14. database = annual_lottery
  15. ; 前缀,目前尚未使用
  16. dbprefix =
  17. ; 模式,目前尚未使用
  18. db_debug = false
  19. ; 字符集
  20. char_set = utf8