diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ var config struct { Socket string `scfg:"socket"` Execs string `scfg:"execs"` } `scfg:"hooks"` + LMTP struct { + Socket string `scfg:"socket"` + } `scfg:"lmtp"` Git struct { RepoDir string `scfg:"repo_dir"` } `scfg:"git"` |