diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-03 16:32:45 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-03 16:47:01 +0800 |
commit | 565536e67385e7337e1a7d67c80499216d645882 (patch) | |
tree | ac3e714b70d1d2191668c91032f983b562f50254 /config.go | |
parent | HTML: Fix authorship fields (diff) | |
download | forge-565536e67385e7337e1a7d67c80499216d645882.tar.gz forge-565536e67385e7337e1a7d67c80499216d645882.tar.zst forge-565536e67385e7337e1a7d67c80499216d645882.zip |
Automatically deploy and run git2d
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"` |