Skip to content

Commit

Permalink
feat: add storage to auto for shopware app bundle (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Oct 6, 2024
1 parent 7c5e820 commit 8dde63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shopware/app-bundle/4.0/config/packages/shopware_app.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8dde63d

Please sign in to comment.