mirror of
https://github.com/beego/bee.git
synced 2025-08-05 00:35:35 +00:00
remove mysql conn str from default
This commit is contained in:
3
bee.json
3
bee.json
@@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user