LowerEarthOrbiters / Lower_Earth_Orbiters

Template for capstone projects
https://lower-earth-orbiters-frontend.vercel.app
MIT License
1 stars 1 forks source link

Team07 Review - Lack of Clarity in Environment Variables #126

Closed d-akselrod closed 5 months ago

d-akselrod commented 7 months ago

@Lyuyang0130 The MIS document specifies environment variables like DB_USER, DB_PASSWORD, and DB_URI across multiple modules (Database, Log, User, etc.), but it lacks clarity on whether these variables are shared or unique to each module. If these variables are shared across modules, any change in one module could affect others, leading to potential security and functionality issues. It's essential to clarify if these environment variables are module-specific or shared to prevent accidental changes or conflicts.