feat: add storage to auto for shopware app bundle (#1680)

This commit is contained in:
Shyim
2024-10-06 11:32:18 +02:00
committed by GitHub
parent 7c5e820512
commit 8dde63d77f
@@ -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