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
but most importantly, there's no standard for it. I find myself agreeing with JS' stance on the problem, where the environment is considered separate on every machine. Is the env.example model so bad? (I remember using it myself, it makes the task of filling in your "secret" values intuitive)
I have 2 env files,
.env
which added to version control and.env.secret
which saves password, is it possible to "source".env.secret
file in.env
?for example
I know
dotenv::from_path(".env.secret").ok()
could do this but it would be good to have this feature to make third party cli like "diesel_cli" happy.The text was updated successfully, but these errors were encountered: