You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: