Ensure a default root is always set in the configs

This commit is contained in:
Matthew Holt 2015-05-05 15:48:40 -06:00
parent 857b4f90d9
commit 21c26f48d0

View File

@ -38,6 +38,7 @@ func Load(filename string, input io.Reader) ([]server.Config, error) {
config := server.Config{
Host: sb.Host,
Port: sb.Port,
Root: Root,
Middleware: make(map[string][]middleware.Middleware),
ConfigFile: filename,
AppName: AppName,