ModusCreateOrg / labs

Modus Create Labs web site
https://labs.moduscreate.com
MIT License
5 stars 17 forks source link

Add env variables #76

Closed crissoca closed 3 years ago

crissoca commented 3 years ago

In the open source spirit, one of the purposes of making labs available to everyone means that people can fork the project and re-use the code to spin their own version.

The current labs still relies on many hardcoded strings, one example could be the Cloudinary details, the whole uploads path is hardcoded to the component.

My idea is to either use env variables to store such strings as a centralized content source.