diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ var config struct { Net string `scfg:"net"` Addr string `scfg:"addr"` CookieExpiry int `scfg:"cookie_expiry"` + Root string `scfg:"root"` } `scfg:"http"` SSH struct { Net string `scfg:"net"` |