blue-jay / blueprint

Blueprint for your next web application in Go.
https://blue-jay.github.io/
MIT License
482 stars 77 forks source link

Is there documentation into how blueprint reads env config values from Heroku #64

Closed waleoyediran closed 7 years ago

waleoyediran commented 7 years ago

Reading Config values from Heroku

josephspurrier commented 7 years ago

It does not support reading env values right now, but you can easily build in using a package like this: https://github.com/kelseyhightower/envconfig