-
-
Notifications
You must be signed in to change notification settings - Fork 498
Allow missing APP_ENV in .env.local.php #719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request passes validation.
Thanks! |
hmm no, this is no good actually. I'm not really sure what #647 was trying to solve, but it #647 + this PR break this workflow:
This errors because this comparison fails:
As above, I don't know how to fix this because I honestly can't work out what #647 was trying to achieve. Thanks. |
(FTR: @bendavies: As I understand it, the purpose of #647 was to have e.g. But maybe it should not have been merged, because #501 clearly said "When @nicolas-grekas what do you think, should #647 be reverted? Besides, Ben's workflow highlights a question: if you only use real environment variables and don't use any |
@guilliamxavier see #727
yes, that's desired as that's the best tradeoff for everyone. |
@nicolas-grekas: 719 was this PR, I guess your meant #727. Indeed, I had missed it (thanks!). But then I also found #574, to which you answered:
so isn't it paradoxical that you accepted #647 (~ six months later)? The docs aren't crystal clear either, so what is the actually intended behavior? (As for the second question, thanks for the confirmation. I also found #529.) |
Reported by @bendavies