mysql_map.toml 283 B

12345678
  1. # this is mysql config
  2. [list]
  3. [list.default]
  4. driver_name = "mysql"
  5. data_source_name = "root:123456@tcp(127.0.0.1:8889)/gateway?charset=utf8&parseTime=true&loc=Asia%2FChongqing"
  6. max_open_conn = 20
  7. max_idle_conn = 10
  8. max_conn_life_time = 100