From 565536e67385e7337e1a7d67c80499216d645882 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 3 Apr 2025 16:32:45 +0800 Subject: Automatically deploy and run git2d --- config.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.go') 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"` -- cgit v1.2.3