Make log path required
This commit is contained in:
parent
ec478b4b06
commit
8ab5399e83
2 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ type InstallForm struct {
|
|||
SSHPort int
|
||||
HTTPPort string `binding:"Required"`
|
||||
AppUrl string `binding:"Required"`
|
||||
LogRootPath string
|
||||
LogRootPath string `binding:"Required"`
|
||||
|
||||
SMTPHost string
|
||||
SMTPFrom string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue