-
Notifications
You must be signed in to change notification settings - Fork 89
/
config.yml
31 lines (29 loc) · 1.25 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
jms_serializer:
metadata:
directories:
sylius-shop-api-taxon:
namespace_prefix: "Sylius\\ShopApiPlugin\\View\\Taxon"
path: "@SyliusShopApiPlugin/Resources/config/serializer/Taxon"
sylius-shop-api-product:
namespace_prefix: "Sylius\\ShopApiPlugin\\View\\Product"
path: "@SyliusShopApiPlugin/Resources/config/serializer/Product"
sylius-shop-api-placed-order:
namespace_prefix: "Sylius\\ShopApiPlugin\\View\\Order"
path : "@SyliusShopApiPlugin/Resources/config/serializer/Order"
sylius-addressing:
namespace_prefix: "Sylius\\Component\\Addressing"
path: "@SyliusShopApiPlugin/Resources/config/serializer/Address"
framework:
messenger:
default_bus: sylius_shop_api_plugin.command_bus
buses:
sylius_shop_api_plugin.command_bus:
middleware:
- doctrine_transaction
sylius_shop_api_plugin.event_bus:
default_middleware: allow_no_handlers
sylius_customer:
resources:
customer:
classes:
controller: Sylius\ShopApiPlugin\Controller\Customer\CustomerController