Config
reflex.config.Config
The config defines runtime settings for the app.
By default, the config is defined in an rxconfig.py
file in the root of the app.
Every config value can be overridden by an environment variable with the same name in uppercase and a REFLEX_ prefix.
For example, db_url
can be overridden by setting the REFLEX_DB_URL
environment variable.
See the configuration docs for more info.