Magento 2¶
The following variables can be added to the project’s .env
file to enable additional database containers for use with
the Magento 2 (Commerce
Only) split-database solution.
REWARD_SPLIT_SALES=true
REWARD_SPLIT_CHECKOUT=true
Some unnecessary Magento 2 specific components can be disabled by using these environment variables in .env
file:
REWARD_ELASTICSEARCH=false
REWARD_OPENSEARCH=false
REWARD_VARNISH=false
REWARD_RABBITMQ=false