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
There are scenarios where connection strings are set using environment variables (e.g. docker), that scenarios should be supported.
Changes:
Add a new EnvironmentConnectionStringLocator class and change the dependencies file parser to read the locator, which only receives the environment variable name.
The text was updated successfully, but these errors were encountered:
There are scenarios where connection strings are set using environment variables (e.g. docker), that scenarios should be supported.
Changes:
Add a new
EnvironmentConnectionStringLocator
class and change the dependencies file parser to read the locator, which only receives the environment variable name.The text was updated successfully, but these errors were encountered: