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

Forcing uppercase environment variables breaks apps that rely on case-sensitive vars #4

Open
antimius opened this issue Feb 12, 2018 · 1 comment

Comments

@antimius
Copy link

ASP.NET core apps commonly use environment variables that can override values specified in JSON files. Those variables usually are not in all uppercase. See https://www.benday.com/2017/12/20/ef-core-asp-net-core-read-connections-strings-from-environment-variables/ for info.

Could you make uppercase optional, or take it out completely and just store parameters in uppercase?

@kmanning
Copy link

+1

My usecase is for Terraform, rather than for ASP.NET. Terraform allows parameters to be passed by prefixing TF_, where variablename are typically not all uppercase.

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