1
0
mirror of https://github.com/beego/bee.git synced 2025-01-10 22:07:13 +00:00
bee/bee.json

19 lines
310 B
JSON
Raw Normal View History

{
2013-11-03 22:16:15 -05:00
"version": 0,
"go_install": false,
"watch_ext": [".go"],
"watch_ext_static": [".html", ".tpl", ".js", ".css"],
2013-11-03 22:16:15 -05:00
"dir_structure": {
2014-02-17 17:26:59 -05:00
"watch_all": false,
"controllers": "",
"models": "",
"others": []
2013-09-03 13:23:58 -04:00
},
2013-11-26 23:59:07 -05:00
"cmd_args": [],
"envs": [],
"database": {
2014-08-22 15:51:21 +08:00
"driver": "mysql"
2017-01-27 16:57:37 +01:00
},
"enable_reload": false
2020-12-14 00:44:48 +08:00
}