diff --git a/shopware/app-bundle/4.0/config/packages/shopware_app.yaml b/shopware/app-bundle/4.0/config/packages/shopware_app.yaml index 7b7229009..1c40076ad 100644 --- a/shopware/app-bundle/4.0/config/packages/shopware_app.yaml +++ b/shopware/app-bundle/4.0/config/packages/shopware_app.yaml @@ -1,7 +1,7 @@ shopware_app: name: '%env(SHOPWARE_APP_NAME)%' secret: '%env(SHOPWARE_APP_SECRET)%' - # You should use doctrine or dynamodb as storage - storage: 'in-memory' + # You should specify a specific storage like: dynamodb or doctrine + storage: 'auto' doctrine: shop_class: App\Entity\Shop