1
0
mirror of https://github.com/beego/bee.git synced 2025-06-19 01:40:40 +00:00

remove mysql conn str from default

This commit is contained in:
ZhengYang
2014-08-22 15:51:21 +08:00
parent b14868c908
commit 67cd084295
2 changed files with 2 additions and 4 deletions

View File

@ -15,7 +15,6 @@
"cmd_args": [],
"envs": [],
"database": {
"driver": "mysql",
"conn": "root:@tcp(127.0.0.1:3306)/test"
"driver": "mysql"
}
}