Skip to content

Commit

Permalink
feat: add storage to auto for shopware app bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Sep 23, 2024
1 parent 5335867 commit f768575
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 f768575

Please # to comment.