Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prefix all reflex env vars #4203

Open
benedikt-bartscher opened this issue Oct 20, 2024 · 3 comments
Open

prefix all reflex env vars #4203

benedikt-bartscher opened this issue Oct 20, 2024 · 3 comments
Assignees
Labels
enhancement Anything you want improved

Comments

@benedikt-bartscher
Copy link
Contributor

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.

Copy link

linear bot commented Oct 20, 2024

@adhami3310 adhami3310 added enhancement Anything you want improved and removed custom component request labels Oct 21, 2024
@benedikt-bartscher
Copy link
Contributor Author

Let's delay this until #4205 is merged to prevent conflicts

@benedikt-bartscher
Copy link
Contributor Author

I will implement this in my next env var cleanup this weekend, could someone assign it to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Anything you want improved
Projects
None yet
Development

No branches or pull requests

2 participants