1
0
mirror of https://github.com/beego/bee.git synced 2025-02-16 19:37:02 +00:00
bee/bee.json

21 lines
302 B
JSON
Raw Normal View History

{
2013-11-03 22:16:15 -05:00
"version": 0,
"gopm": {
2013-11-06 23:16:39 -05:00
"enable": false,
"install": false
2013-11-03 22:16:15 -05:00
},
"go_install": false,
2013-09-04 11:23:51 -04:00
"watch_ext": [],
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
}