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=trueREWARD_SPLIT_CHECKOUT=true
Some unnecessary Magento 2 specific components can be disabled by using these environment variables in .env file:
REWARD_ELASTICSEARCH=falseREWARD_OPENSEARCH=falseREWARD_VARNISH=falseREWARD_RABBITMQ=false