Using environment variablesΒΆ
Here are some examples to manage environment variables, the way to define environment variables may vary depending on your server installation and your deployment/update strategy.
CLI
Define the environment variables for CLI. Ensure these variables are always set using the export command :
export ONBOARDER_RETAILER_URL=https://retailer-onboarder.akeneo.com
WEB
Define the environment variables in your vhost using the SetEnv directive :
<VirtualHost *>
SetEnv ONBOARDER_RETAILER_URL https://retailer-onboarder.akeneo.com
</VirtualHost>
Found a typo or a hole in the documentation and feel like contributing?
Join us on Github!