Tag: environment variables

  • Node.js & Environment Variables

    Node.js & Environment Variables

    Environment variables, also known as env, allow us to have applications we build behave differently based on the environment that they are running in. Well designed applications use environment variables and allow us to rapidly deploy to new environments.