You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, sensitive credentials are stored directly in repository-managed config files.
We should move all secrets to environment variables loaded from a local .env file to reduce leak risk and align with standard security practices.
Currently, sensitive credentials are stored directly in repository-managed config files.
We should move all secrets to environment variables loaded from a local .env file to reduce leak risk and align with standard security practices.