From f768575f93ab01658d6166a9a3c77765fd3a5029 Mon Sep 17 00:00:00 2001 From: Shyim Date: Mon, 23 Sep 2024 09:43:55 +0200 Subject: [PATCH] feat: add storage to auto for shopware app bundle --- shopware/app-bundle/4.0/config/packages/shopware_app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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