bee/bee.json

19 lines
310 B
JSON
Raw Normal View History

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