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 ./...
.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.
orig
1
2
3
config/config.go |
---|