aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-01 02:02:35 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-01 02:02:35 +0800
commit09ceac3a3684d20610c0466b5fe3223ca77d766f (patch)
tree167188efaf2d229075e3f79da82e958a32debb82 /config.go
parentUpdate URL (diff)
downloadforge-09ceac3a3684d20610c0466b5fe3223ca77d766f.tar.gz
forge-09ceac3a3684d20610c0466b5fe3223ca77d766f.tar.zst
forge-09ceac3a3684d20610c0466b5fe3223ca77d766f.zip
Stub LMTP listener
Diffstat (limited to 'config.go')
-rw-r--r--config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.go b/config.go
index 1973f3d..97e2588 100644
--- a/config.go
+++ b/config.go
@@ -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"`