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
I am using a single .env file to run against a single database.
Now I want to run against multiple databases using multiple .env files depends on the different context that we are passing
For example
if I passing the context ABC then I want to run the .abc.env file just context=abc .abc.env
The text was updated successfully, but these errors were encountered:
#941 added flags to control .env file loading, which helps with this, so I'm going to go ahead and close it. It isn't possible to set the .env file based on another variable, but I can't think of a good way to do that, because .env file loading has to happen before variable evaluation, since variable evaluation can depend on the variables from the .env file.
I am using a single .env file to run against a single database.
Now I want to run against multiple databases using multiple .env files depends on the different context that we are passing
For example
if I passing the context ABC then I want to run the .abc.env file
just context=abc .abc.env
The text was updated successfully, but these errors were encountered: