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
@Plopix thanks! I think the best place would be in configuration/override_dir_structure.rst showing this as another option to override both cache and log dirs.
…e ENV (Plopix)
This PR was merged into the master branch.
Discussion
----------
Provides a way to override cache and log folders from the ENV
Related to this new feature symfony/symfony#37114.
But I wonder if we have not oversimplified this PR: symfony/symfony#37114
Actually doing the documentation #13787 I figured that with #37114 we removed the important split per `env`.
In development mode (docker or not) we could definitely have the same project working in N Symfony different environments and this new `APP_CACHE_DIR` will only set the same path for all environments.
That would be manageable in the Virtualhost but in CLI that would be a pain to manage.
Also, we could rely on the DotEnv mechanism, but that could be really easy to forget.
I wonder if we should not change the code to: symfony/symfony#37232
Depending on the decisions I will update the doc here.
Commits
-------
88b081c Provides a way to override cache and log folders from the ENV
The text was updated successfully, but these errors were encountered: