gitea/bee.json

23 lines
353 B
JSON
Raw Normal View History

2014-02-12 10:49:46 -07:00
{
"version": 0,
"gopm": {
"enable": false,
"install": false
},
"go_install": true,
"watch_ext": [],
"dir_structure": {
2014-02-17 16:38:50 -07:00
"watch_all": true,
2014-02-12 10:49:46 -07:00
"controllers": "routers",
"models": "",
2014-02-17 16:38:50 -07:00
"others": [
2014-03-07 15:22:15 -07:00
"modules",
2014-03-16 21:43:22 -06:00
"$GOPATH/src/github.com/gogits/binding",
"$GOPATH/src/github.com/gogits/git"
2014-02-17 16:38:50 -07:00
]
2014-02-12 10:49:46 -07:00
},
2014-02-19 11:04:31 -07:00
"cmd_args": [
"web"
],
2014-02-12 10:49:46 -07:00
"envs": []
}