We need to support variable expansions
- for NodeJS, this would be optional since not all are using
dotenv-expand
- for Django, we switch to django-environ package, where it is also optional
- for OS environment, this is not needed since the shell does it for us