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
All three environemnts source a common .env fragment at the beginning and end. In bash it works like a charm, of course.
I use dotenv for everything programmatic like passing env vars to docker, docker-compose and I LOVE it.
I would love if dotenv was able to expand on additional .env based on bash command "source".
The text was updated successfully, but these errors were encountered:
I have a somewhat complicated .env.{dev,staging,prod} which
All three environemnts source a common .env fragment at the beginning and end. In bash it works like a charm, of course.
I use dotenv for everything programmatic like passing env vars to docker, docker-compose and I LOVE it.
I would love if dotenv was able to expand on additional .env based on bash command "source".
The text was updated successfully, but these errors were encountered: