fix issue in unit test case for gkvdb

This commit is contained in:
John
2019-08-26 22:54:59 +08:00
parent d3a2bef9ba
commit d67975249c
2 changed files with 22 additions and 23 deletions

View File

@ -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"