1
0
mirror of https://github.com/beego/bee.git synced 2025-06-20 13:30:18 +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

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

@ -38,8 +38,7 @@ var defaultConf = `{
"cmd_args": [],
"envs": [],
"database": {
"driver": "mysql",
"conn": "root:@tcp(127.0.0.1:3306)/test"
"driver": "mysql"
}
}
`