Shopware 6: Configuration

# Disable admin message consumer

# Disable auto update by shopware

				
					# config/packages/shopware.yml

shopware:
    auto_update:
        enabled: false
    admin_worker:
        enable_admin_worker: false
				
			

# Send emails via queue

				
					# config/packages/framework.yaml

framework:
    mailer:
        message_bus: 'messenger.default_bus'
				
			

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert