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

inconsisting case handling across different OS #222

Open
kmomberg opened this issue Jan 6, 2024 · 1 comment
Open

inconsisting case handling across different OS #222

kmomberg opened this issue Jan 6, 2024 · 1 comment

Comments

@kmomberg
Copy link

kmomberg commented Jan 6, 2024

I added lowercase vars into .env file, and they were handled fine in Windows, but not in Linux. In Linux seems to be a requirement that all vars are uppercase.

Not sure if this is a bug, or just something that needs to be stated in the README (like "all env vars needs to be uppercase").

@yaroslav-gwit
Copy link

It's a UNIX convention to set all your VARs to uppercase, but it doesn't explain why the lowercase variables don't work in godotenv.

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

No branches or pull requests

2 participants