aboutsummaryrefslogtreecommitdiff
path: root/internal/form
diff options
context:
space:
mode:
authorVamsi Atluri <vamc19@gmail.com>2023-02-11 14:07:24 +0530
committerGitHub <noreply@github.com>2023-02-11 16:37:24 +0800
commitef1fe1bb3bb495cef55c67f9af13065e2415bea0 (patch)
treec97cf90200c47f9ed8fc5a0785d30c65583d6621 /internal/form
parent8350daf505b837984397679f07ccc2324b4d2451 (diff)
conf: add new config option for default branch name (#7291)
Co-authored-by: Vamsi Atluri <me@vamc19.dev> Co-authored-by: Joe Chen <jc@unknwon.io>
Diffstat (limited to 'internal/form')
-rw-r--r--internal/form/user.go1
1 files changed, 1 insertions, 0 deletions
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