Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 361 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 361 Bytes

express-env-example

Run

  • npm install or yarn

  • npm start or yarn start

How to?

If you want to change environment just go to .env file and change NODE_ENV variable to a valid environment. If you want to add new environment variable just add it in .env but make sure you prefix it with environment.

Caution

Don't ever commit .env