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
Describe the bug
In reflex-0.2.5, overriding the config with environment variables logs a message to the console containing the value. Since the DB_URL likely contains the database credentials, it shouldn't be echoed to the logs.
To Reproduce
DB_URL=postgresql+psycopg2://postgres:secret@db/postgres reflex run
Info: Overriding config value db_url with env var DB_URL=postgresql+psycopg2://postgres:secret@db/postgres
Specifics (please complete the following information):
Python Version: 3.11.4
Reflex Version: 0.2.5
OS: -
Browser (Optional): -
The text was updated successfully, but these errors were encountered:
Describe the bug
In reflex-0.2.5, overriding the config with environment variables logs a message to the console containing the value. Since the
DB_URL
likely contains the database credentials, it shouldn't be echoed to the logs.To Reproduce
Info: Overriding config value db_url with env var DB_URL=postgresql+psycopg2://postgres:secret@db/postgres
Specifics (please complete the following information):
The text was updated successfully, but these errors were encountered: