diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -21,9 +21,10 @@ var config struct { CookieExpiry int `scfg:"cookie_expiry"` Root string `scfg:"root"` } `scfg:"http"` - Git struct { - HooksSocket string `scfg:"hooks_socket"` - } `scfg:"git"` + Hooks struct { + Socket string `scfg:"socket"` + Execs string `scfg:"execs"` + } `scfg:"hooks"` SSH struct { Net string `scfg:"net"` Addr string `scfg:"addr"` |