dweeves / magmi-git

Magmi GitHub
364 stars 306 forks source link

Added support for environment variables in 'localxml' mode #562

Open rvelhote opened 6 years ago

rvelhote commented 6 years ago

This patch adds support for environment variables in the Magento local.xml file. This is useful for automated deployments that cannot hardcode/store credentials in files.

This change should be used in tandem with the magento-config-envvars module. Beware that it will break your Magmi if your password starts with a dollar sign ;)