medhatelmasry / voting-tool-react

1 stars 1 forks source link

Contents of src/constants.js should be moved to a .env file #26

Closed medhatelmasry closed 4 years ago

medhatelmasry commented 4 years ago

It is the industry standard that all environment variables be saved in a .env file in the root of the code base, not in the app folder.

This issue involves making the .env file the central location for environment variables instead of src/constants.js

joecof commented 4 years ago

Complete