mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
fix issue in unit test case for gkvdb
This commit is contained in:
@ -1,14 +1,5 @@
|
||||
|
||||
# MySQL数据库配置
|
||||
[database]
|
||||
[[database.default]]
|
||||
host = "127.0.0.1"
|
||||
port = "3306"
|
||||
user = "root"
|
||||
pass = "12345678"
|
||||
name = "test"
|
||||
type = "mysql"
|
||||
role = "master"
|
||||
debug = "true"
|
||||
weight = "1"
|
||||
charset = "utf8"
|
||||
link = "mysql:luoling2013:m5k2s8p5@tcp(127.0.0.1:3306)/test"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user