-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
support dot in env variable names [e.g. POSTGRESQL.BASE.USER] #93
support dot in env variable names [e.g. POSTGRESQL.BASE.USER] #93
Conversation
Co-authored-by: Federico Zivolo <5382443+FezVrasta@users.noreply.github.com>
@motdotla hey, wondering if we can get that PR through |
I just ran into a situation where we got variables containing |
for sanity we are not going to support this. the https://dotenvx.com/docs/env-file#variable-names why not just replace the |
@motdotla btw, dotenv lib loads such env variables no propblem |
you're right. what was i thinking. it can be accessed via let me dig deeper into what other implementations are supporting. also, can someone give some more color on why you are naming your variables this way. |
i think i'm wrong here and @flamewow and others are correct. following the principle of least surprise, this should just work. merging. |
Legacy code, otherwise I'd changed them to a format that works. |
Supporting dots in environment variable names, like