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_TOPIC_NAME_FOR_PUBLICATION_TO_MIDDLEWARE=a_topic_name
WEB
Define the environment variables in your vhost using the SetEnv directive :
<VirtualHost *>
SetEnv ONBOARDER_TOPIC_NAME_FOR_PUBLICATION_TO_MIDDLEWARE a_topic_name
</VirtualHost>
Found a typo or a hole in the documentation and feel like contributing?
Join us on Github!