You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bee.json 477B

1234567891011121314151617181920212223242526
  1. {
  2. "version": 0,
  3. "gopm": {
  4. "enable": false,
  5. "install": false
  6. },
  7. "go_install": true,
  8. "watch_ext": [],
  9. "dir_structure": {
  10. "watch_all": true,
  11. "controllers": "routers",
  12. "models": "",
  13. "others": [
  14. "modules",
  15. "$GOPATH/src/github.com/gogits/binding",
  16. "$GOPATH/src/github.com/gogits/webdav",
  17. "$GOPATH/src/github.com/gogits/logs",
  18. "$GOPATH/src/github.com/gogits/git",
  19. "$GOPATH/src/github.com/gogits/gfm"
  20. ]
  21. },
  22. "cmd_args": [
  23. "web"
  24. ],
  25. "envs": []
  26. }