Skip to content

Commit

Permalink
Merge branch 'main' into add-env-var-support
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap authored Sep 29, 2022
2 parents 2207fb6 + 887dee3 commit 520ed9a
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.
### Environment Variables substitution
If you do not want to store your secrets in version control, you can use placeholders for environment variables in the configuration files. This is done with the notation `%env(ENV_VAR_NAME)%`.
Expand Down

0 comments on commit 520ed9a

Please sign in to comment.