1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Make log path required

This commit is contained in:
Josh Frye
2016-02-12 10:10:02 -05:00
parent ec478b4b06
commit 8ab5399e83
2 changed files with 3 additions and 3 deletions

View File

@@ -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