Add install option for log path

This commit is contained in:
Josh Frye 2016-02-12 09:19:45 -05:00
parent 600d8edaca
commit a3e8c32a30
5 changed files with 708 additions and 905 deletions

View file

@ -27,6 +27,7 @@ type InstallForm struct {
SSHPort int
HTTPPort string `binding:"Required"`
AppUrl string `binding:"Required"`
LogRootPath string
SMTPHost string
SMTPFrom string