diff --git a/README.md b/README.md index c0ca69d..7082719 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Use one of the following bootstrapped users for login: A deployed version can also be found on [Heroku](https://govue.herokuapp.com) ### Environment Variables +By default cobra will look at $HOME/.go-base.yaml for a config file. Setting your config as Environment Variables is recommended as by 12-Factor App. Name | Type | Default | Description ---|---|---|--- @@ -93,4 +94,4 @@ Package auth/pwdless contains example api tests using a mocked database. [GoDoc]: https://godoc.org/github.com/dhax/go-base [GoDoc Badge]: https://godoc.org/github.com/dhax/go-base?status.svg [GoReportCard]: https://goreportcard.com/report/github.com/dhax/go-base -[GoReportCard Badge]: https://goreportcard.com/badge/github.com/dhax/go-base \ No newline at end of file +[GoReportCard Badge]: https://goreportcard.com/badge/github.com/dhax/go-base