Skip to content

Instantly share code, notes, and snippets.

@Kristian-Roopnarine
Created November 27, 2020 17:41
Show Gist options
  • Save Kristian-Roopnarine/b2a744d0025d76551c902e7d7afd9d9d to your computer and use it in GitHub Desktop.
Save Kristian-Roopnarine/b2a744d0025d76551c902e7d7afd9d9d to your computer and use it in GitHub Desktop.
node_env blog
NODE_ENV=development
DATABASE_DEV_URL=<insert_URI_to_local_db>
DATABASE_TEST_URL=<insert_URI_to_test_db>
DATABASE_PROD_URL=<insert_URI_to_prod_db>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment