Skip to content

Commit

Permalink
Merge pull request #47 from peterjaap/patch-1
Browse files Browse the repository at this point in the history
Explained undocumented base feature
  • Loading branch information
DavidLambauer authored Sep 29, 2022
2 parents 3403f07 + 26f557f commit 887dee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/config-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ To import the Magento configuration settings for ([@therouv](https://github.com/
php bin/magento config:data:import config/store dev/therouv
```
The files in the `base` folder will always be imported (if they exist), regardless of which environment parameter has been passed. If the base and environment configurations have the same configuration field set, then the environment value for that configuration will overwrite the base configuration.
### Recursive folder setup
If you choose to store your configuration files in subdirectories, e.g. per vendor, the recommended folder setup should look like this:
Expand Down

0 comments on commit 887dee3

Please sign in to comment.