Add install option for log path
This commit is contained in:
parent
600d8edaca
commit
a3e8c32a30
5 changed files with 708 additions and 905 deletions
|
@ -27,6 +27,7 @@ type InstallForm struct {
|
|||
SSHPort int
|
||||
HTTPPort string `binding:"Required"`
|
||||
AppUrl string `binding:"Required"`
|
||||
LogRootPath string
|
||||
|
||||
SMTPHost string
|
||||
SMTPFrom string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue