gitea-1120-rc1/bee.json

23 lines
350 B
JSON
Raw Normal View History

2014-02-13 01:49:46 +08:00
{
"version": 0,
"gopm": {
"enable": false,
"install": false
},
"go_install": true,
"watch_ext": [],
"dir_structure": {
2014-02-18 07:38:50 +08:00
"watch_all": true,
2014-02-13 01:49:46 +08:00
"controllers": "routers",
"models": "",
2014-02-18 07:38:50 +08:00
"others": [
2014-03-08 06:22:15 +08:00
"modules",
2014-04-07 01:00:20 +08:00
"$GOPATH/src/github.com/gogits/logs",
2014-05-07 04:28:52 +08:00
"$GOPATH/src/github.com/gogits/git"
2014-02-18 07:38:50 +08:00
]
2014-02-13 01:49:46 +08:00
},
2014-02-20 02:04:31 +08:00
"cmd_args": [
"web"
],
2014-02-13 01:49:46 +08:00
"envs": []
}