princid / Expense-Tracker

The objective of this project was to create an interactive and completely responsive Expense Tracker website which allows the user to track all of their expenses and income.
https://expense-tracker-psg.herokuapp.com/
MIT License
17 stars 21 forks source link

Creation of environment variables #11

Open KarthikS373 opened 1 year ago

KarthikS373 commented 1 year ago

This is not an issue but wanted to point out to store all the confidential URIs and SECRET_KEYS as environment variables rather than publicly exposing it in the code

image

princid commented 1 year ago

Thank you so much @KarthikS373 for addressing it.

Genne23v commented 1 year ago

I can quickly configure and create an .env file. Please let me know if I can start working on this.

ignoreintuition commented 1 year ago

Submitted a PR for this issue.