Skip to content

prefix all reflex env vars #4203

@benedikt-bartscher

Description

@benedikt-bartscher

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.

Metadata

Metadata

Assignees

Labels

enhancementAnything you want improved

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions