aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-03 16:32:45 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-03 16:47:01 +0800
commit565536e67385e7337e1a7d67c80499216d645882 (patch)
treeac3e714b70d1d2191668c91032f983b562f50254 /config.go
parentHTML: Fix authorship fields (diff)
downloadforge-565536e67385e7337e1a7d67c80499216d645882.tar.gz
forge-565536e67385e7337e1a7d67c80499216d645882.tar.zst
forge-565536e67385e7337e1a7d67c80499216d645882.zip
Automatically deploy and run git2d
Diffstat (limited to '')
-rw-r--r--config.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.go b/config.go
index 822f58b..f0dcad5 100644
--- a/config.go
+++ b/config.go
@@ -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"`