GoBoldlyForward / GoBoldlyForward/siderail
Environment vars standard
Open
- Dominant language
- Ruby
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Let's get ENV vars sorted once and for all:
- use `ENV.fetch(VAR_NAME, DEFAULT_VALUE)` style so that missing `.env` files aren't catastrophic
- make up and use standard ENV vars for common tasks:
- setting email delivery errors on Heroku
- add some notes about how this all works to the README
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.