mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
feat: add storage to auto for shopware app bundle (#1680)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user