diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -39,8 +39,9 @@ var config struct { ReadTimeout uint32 `scfg:"read_timeout"` } `scfg:"lmtp"` Git struct { - RepoDir string `scfg:"repo_dir"` - Socket string `scfg:"socket"` + RepoDir string `scfg:"repo_dir"` + Socket string `scfg:"socket"` + DaemonPath string `scfg:"daemon_path"` } `scfg:"git"` SSH struct { Net string `scfg:"net"` |