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 trying following scenario: Loading Priorities works :.env, .env.local, .env.prod <--- this works for .env Loading Priorities not working with two files:.env, .env.local, .env.prod, .secrets, .secrets.prod <-- this not working with both .env and .secrets files
Expected MY_SECRET=prod (which is defined in .secrets.prod) but got MY_SECRET=dev (which is defined in .secrets)
I am trying following scenario:
Loading Priorities works :
.env
, .env.local
,.env.prod
<--- this works for .envLoading Priorities not working with two files:
.env
, .env.local
,.env.prod
,.secrets
,.secrets.prod
<-- this not working with both.env
and.secrets
filesExpected
MY_SECRET=prod
(which is defined in.secrets.prod
) but gotMY_SECRET=dev
(which is defined in.secrets
)The text was updated successfully, but these errors were encountered: