Skip to content

Commit

Permalink
NEXT-34133 - Enable services
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Oct 22, 2024
1 parent d93ef01 commit 410cda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Service/DependencyInjection/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters>
<parameter key="env(SERVICE_REGISTRY_URL)" type="string">https://services.shopware.io/services.json</parameter>
<parameter key="env(ENABLE_SERVICES)" type="string">false</parameter>
<parameter key="env(ENABLE_SERVICES)" type="string">true</parameter>
</parameters>

<services>
Expand Down

0 comments on commit 410cda1

Please sign in to comment.