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
We have an app that uses env vars, and when we add a new one, we add it to .sample.env. We obviously can't add it to .env. It'd be useful to have envy track differences there and if a new key is in .sample.env then add it to .env (or complain about it so we see it and can handle it).
The text was updated successfully, but these errors were encountered:
We have an app that uses env vars, and when we add a new one, we add it to
.sample.env
. We obviously can't add it to.env
. It'd be useful to have envy track differences there and if a new key is in.sample.env
then add it to.env
(or complain about it so we see it and can handle it).The text was updated successfully, but these errors were encountered: