-
Notifications
You must be signed in to change notification settings - Fork 77
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
Accessing Variables dynamically #139
Comments
The latter should work if it defined in your |
so i have in my env file LEMON_PASSWORD=grape. but in my app.jsx i cant do |
Ahhhh, I see. Yeah I don't think that would work We look exclusively for the named variables. We do this so that we do not accidentally expose all variables to the user. You can read more about it here: #70 (comment) Since this is sort of related to that comment, I'm going to close for now as it falls in as a duplicate, but I appreciate you bringing this to my attention. |
im trying to either make read-env package work or to access a variable by process.env[var1+'_loginUrl']
The text was updated successfully, but these errors were encountered: