What should go in environment variables and what should go in project config?

· Bits and Bobs 3/17/26
  • 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.