1
0
kopia lustrzana https://github.com/beego/bee.git synced 2025-09-16 06:22:09 +00:00

remove mysql conn str from default

This commit is contained in:
ZhengYang
2014-08-22 15:51:21 +08:00
rodzic b14868c908
commit 67cd084295
2 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

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