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:
parent
b14868c908
commit
67cd084295
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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user