diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-01 02:02:35 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-01 02:02:35 +0800 |
commit | 09ceac3a3684d20610c0466b5fe3223ca77d766f (patch) | |
tree | 167188efaf2d229075e3f79da82e958a32debb82 /config.go | |
parent | Update URL (diff) | |
download | forge-09ceac3a3684d20610c0466b5fe3223ca77d766f.tar.gz forge-09ceac3a3684d20610c0466b5fe3223ca77d766f.tar.zst forge-09ceac3a3684d20610c0466b5fe3223ca77d766f.zip |
Stub LMTP listener
Diffstat (limited to '')
-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"` |