1
0
miroir de https://github.com/beego/bee.git synchronisé 2025-09-16 06:22:09 +00:00

loading driver and connStr from json if there is no commandline options specified

Cette révision appartient à :
ZhengYang
2014-08-13 14:34:12 +08:00
Parent 4775fc3e81
révision 64f3acca26
3 fichiers modifiés avec 27 ajouts et 4 suppressions

Voir le fichier

@@ -13,5 +13,9 @@
"others": []
},
"cmd_args": [],
"envs": []
"envs": [],
"database": {
"driver": "mysql",
"conn": "root:@tcp(127.0.0.1:3306)/test"
}
}