Add defaults for Config.HtpasswdPath, Config.TokenStorePath
Review Request #10013 — Created June 11, 2018 and submitted — Latest diff uploaded
We now have default values for
Config.HtpasswdPath
and
Config.TokenStorePath
like we do forConfig.Port
. We will warn if
the value is missing and use the default.
Ran
go fmt ./...
.
Rango test ./...
.