diff options
author | Unknwon <u@gogs.io> | 2016-02-12 10:21:46 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-12 10:21:46 -0500 |
commit | 25845ea1a5f18c81d7dc3441d3184ae042a81bf3 (patch) | |
tree | 3d9f434f21642baae4d2350372a43617f1459533 /modules/auth/user_form.go | |
parent | 779bb890faaccab7e18d5d1163976b25a7219cc6 (diff) | |
parent | d3ca5accfd418d789765284542334411337fa45f (diff) |
Merge pull request #2609 from joshfng/add-config-log-path
Add install option for log path
Diffstat (limited to 'modules/auth/user_form.go')
-rw-r--r-- | modules/auth/user_form.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index d4c2dff9..57451d9e 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -27,6 +27,7 @@ type InstallForm struct { SSHPort int HTTPPort string `binding:"Required"` AppUrl string `binding:"Required"` + LogRootPath string `binding:"Required"` SMTPHost string SMTPFrom string |