- Added support for env settings, which are settings that have their
values loaded from environment variables; if a `.env` file is present,
environment variables will be loaded from it automatically
- Changed secret settings so they can specify a default as long as it's
a callable; this is convenient while discouraging use of the same
secret value in different environments
- Made some other improvements to the initial 2.0 alpha release