Skip to content

Instantly share code, notes, and snippets.

@SahanAmarsha
Created May 25, 2020 05:34
Show Gist options
  • Save SahanAmarsha/c04d918ee000f37e7e1ddc23f9c63ef5 to your computer and use it in GitHub Desktop.
Save SahanAmarsha/c04d918ee000f37e7e1ddc23f9c63ef5 to your computer and use it in GitHub Desktop.
How to define environmental variables in your Node.js backend
{
"env": {
"DB_USER": "Sahan",
"DB_PASSWORD": "MONGO123",
"DB_NAME": "MERN"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment