1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-02 16:35:19 +02: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