1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-07-25 04:29:40 +02:00

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