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
If this issue only occurs in one browser, which browser is a problem?
NA
Describe the Bug
Not a bug, more of a feature.
I propose allowing users to add development & production databases in .env.development or .env.production. By doing so, we can test against race conditions that may not be present on a local environment.
Right now, astro db push --remote gets the ASTRO_DB_URL from .env only.
What's the expected result?
Allow astro db push --remote to read from .env.development and .env.production.
Link to Minimal Reproducible Example
NA
Participation
I am willing to submit a pull request for this issue.
The text was updated successfully, but these errors were encountered:
Astro Info
If this issue only occurs in one browser, which browser is a problem?
NA
Describe the Bug
Not a bug, more of a feature.
I propose allowing users to add development & production databases in
.env.development
or.env.production
. By doing so, we can test against race conditions that may not be present on a local environment.Right now,
astro db push --remote
gets theASTRO_DB_URL
from.env
only.What's the expected result?
Allow
astro db push --remote
to read from.env.development
and.env.production
.Link to Minimal Reproducible Example
NA
Participation
The text was updated successfully, but these errors were encountered: