diff options
Diffstat (limited to '')
-rw-r--r-- | config.go | 3 | ||||
-rw-r--r-- | forge.scfg | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -21,6 +21,9 @@ var config struct { CookieExpiry int `scfg:"cookie_expiry"` Root string `scfg:"root"` } `scfg:"http"` + Git struct { + HooksSocket string `scfg:"hooks_socket"` + } `scfg:"git"` SSH struct { Net string `scfg:"net"` Addr string `scfg:"addr"` @@ -22,5 +22,5 @@ db { } git { - root /srv/git + hooks_socket /var/run/lindenii/forge/hooks.sock } |