code4romania / monitorizare-vot-votanti-client

Aplicatie React pentru monitorizarea incidentelor din cadrul alegerilor parlamentare din 2016.
MIT License
6 stars 18 forks source link

Move configuration from code to env file #92

Open RaduCStefanescu opened 5 years ago

RaduCStefanescu commented 5 years ago

Currently the configuration for the API url is found in app/api/config.js The configuration should be moved in env files, with an env file for each of the environments we might want to deploy: development / testing / production.