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
The only way to provide connection information to the database is by adding DATABASE_URL in clear text into the environment. This could be an issue in a lot of cases. We need a way to provide secrets such as the DB password in an encrypted manner or to reach out and request it dynamically at runtime.
This also encourages writing the password down which may end up in git.
The text was updated successfully, but these errors were encountered:
Issue
The only way to provide connection information to the database is by adding
DATABASE_URL
in clear text into the environment. This could be an issue in a lot of cases. We need a way to provide secrets such as the DB password in an encrypted manner or to reach out and request it dynamically at runtime.This also encourages writing the password down which may end up in git.
The text was updated successfully, but these errors were encountered: