From ef1fe1bb3bb495cef55c67f9af13065e2415bea0 Mon Sep 17 00:00:00 2001 From: Vamsi Atluri Date: Sat, 11 Feb 2023 14:07:24 +0530 Subject: conf: add new config option for default branch name (#7291) Co-authored-by: Vamsi Atluri Co-authored-by: Joe Chen --- internal/form/user.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/form') diff --git a/internal/form/user.go b/internal/form/user.go index fee0569d..1e3c4678 100644 --- a/internal/form/user.go +++ b/internal/form/user.go @@ -31,6 +31,7 @@ type Install struct { AppUrl string `binding:"Required"` LogRootPath string `binding:"Required"` EnableConsoleMode bool + DefaultBranch string SMTPHost string SMTPFrom string -- cgit v1.2.3