23.11.2021・TechStuff
23.11.2021・TechStuff

Shopware 6: Best Practice Configuration

Fabian Blechschmidt

Configuration

# config/packages/shopware.yml
shopware:
    auto_update:
        enabled: false
    admin_worker:
        enable_admin_worker: false
# config/packages/framework.yaml
framework:
    mailer:
        message_bus: 'messenger.default_bus'

More tweaks can be found in the shopware documentation

To be continued…