hifi-finance / hifi

Monorepo implementing the Hifi fixed-rate, fixed-term lending protocol
https://app.hifi.finance
Other
106 stars 15 forks source link

[tasks] Improve the security of project environment variables #24

Open scorpion9979 opened 3 years ago

scorpion9979 commented 3 years ago

Currently, the project's environment variables are loaded from the .env file stored in the local project's main directory. The .env has those variables stored in plaintext format. Due to the critical nature of some of those environment variables, we need to seek a solution that provides more security. Possible options include: