On a default install, when we do ``` drush config:export ``` We get: ``` [success] Configuration successfully exported to sites/default/files/sync. ``` It is best practice to keep the config/sync directory outside of the web root. So let's specify this in the default install such that the default behaviour is more in line with best practice.
On a default install, when we do
We get:
It is best practice to keep the config/sync directory outside of the web root.
So let's specify this in the default install such that the default behaviour is more in line with best practice.