diff options
author | Unknwon <u@gogs.io> | 2017-03-17 00:16:46 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-17 00:16:46 -0400 |
commit | 2d4dc544bea95239f620246610ccd9ed0a0ffd46 (patch) | |
tree | b704e2bfe0e0988048246338db9029bb4eb173da /modules/form | |
parent | 171f97868dccb6d2c2a73b44b07593ccb8f348e6 (diff) |
install: able to enable console mode (#3119)
Diffstat (limited to 'modules/form')
-rw-r--r-- | modules/form/user.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/form/user.go b/modules/form/user.go index a7a34925..123902e9 100644 --- a/modules/form/user.go +++ b/modules/form/user.go @@ -29,6 +29,7 @@ type Install struct { HTTPPort string `binding:"Required"` AppUrl string `binding:"Required"` LogRootPath string `binding:"Required"` + EnableConsoleMode bool SMTPHost string SMTPFrom string |