1
0
mirror of https://github.com/beego/bee.git synced 2024-11-22 10:10:53 +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": [], "cmd_args": [],
"envs": [], "envs": [],
"database": { "database": {
"driver": "mysql", "driver": "mysql"
"conn": "root:@tcp(127.0.0.1:3306)/test"
} }
} }

View File

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