What should go in environment variables and what should go in project config?
- What should go in environment variables and what should go in project config?
- .env is about how the project connects to things outside itself.
- That is, its environment.
- Config is about the project itself.