• 
      

    Add defaults for Config.HtpasswdPath, Config.TokenStorePath

    Review Request #10013 — Created June 11, 2018 and submitted — Latest diff uploaded

    Information

    rb-gateway
    master
    de190e5...

    Reviewers

    We now have default values for Config.HtpasswdPath and
    Config.TokenStorePath like we do for Config.Port. We will warn if
    the value is missing and use the default.

    Ran go fmt ./....
    Ran go test ./....