From 0ec241563a996b37a4e14cd65e4667b7f1403e2d Mon Sep 17 00:00:00 2001 From: dhax Date: Fri, 3 Apr 2020 19:34:43 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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