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
Every config value can be overridden by an environment variable with the same name in uppercase. For example, db_url can be overridden by setting the DB_URL environment variable.
from https://reflex.dev/docs/api-reference/config/
We should consider prefixing all reflex env vars with
REFLEX_
. A first PR could still allow the non-prefixed env vars and emit a deprecation warning.The text was updated successfully, but these errors were encountered: