diff options
author | Josh Frye <joshfng@gmail.com> | 2016-02-12 09:19:45 -0500 |
---|---|---|
committer | Josh Frye <joshfng@gmail.com> | 2016-02-12 09:19:45 -0500 |
commit | a3e8c32a30ef90f5aa0526e8440aa343378dbf26 (patch) | |
tree | 01c46e31b5bdb855e1aea1da3c24acf6a77ed3b9 /modules/auth/user_form.go | |
parent | 600d8edaca56ac9b74bd73c3625c17875ecb848e (diff) | |
download | gitea-a3e8c32a30ef90f5aa0526e8440aa343378dbf26.tar.gz gitea-a3e8c32a30ef90f5aa0526e8440aa343378dbf26.zip |
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 d4c2dff9c0..0e863ec91f 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 SMTPHost string SMTPFrom string |