From eddab1231131f838c624f9aecd97151fef441f2e Mon Sep 17 00:00:00 2001 From: Vidar Date: Wed, 6 Dec 2023 08:22:17 +0100 Subject: [PATCH] IBX-7298: Fixed reference to non-existing file in .platform/services.yaml (#67) --- resources/platformsh/common/3.3.x-dev/.platform/services.yaml | 2 +- resources/platformsh/common/3.3/.platform/services.yaml | 2 +- .../platformsh/ibexa-commerce/3.3.x-dev/.platform/services.yaml | 2 +- resources/platformsh/ibexa-commerce/3.3/.platform/services.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/platformsh/common/3.3.x-dev/.platform/services.yaml b/resources/platformsh/common/3.3.x-dev/.platform/services.yaml index d2c5138..f26e23e 100644 --- a/resources/platformsh/common/3.3.x-dev/.platform/services.yaml +++ b/resources/platformsh/common/3.3.x-dev/.platform/services.yaml @@ -76,7 +76,7 @@ rediscache: # type: elasticsearch:7.7 # disk: 512 -# Due to logic in app/config/env/platformsh.php, do not change the service name to something different than 'varnish' +# Due to logic in EzSystems\EzPlatformCoreBundle\DependencyInjection\EzPlatformCoreExtension, do not change the service name to something different from 'varnish' varnish: type: 'varnish:6.0' relationships: diff --git a/resources/platformsh/common/3.3/.platform/services.yaml b/resources/platformsh/common/3.3/.platform/services.yaml index d2c5138..f26e23e 100644 --- a/resources/platformsh/common/3.3/.platform/services.yaml +++ b/resources/platformsh/common/3.3/.platform/services.yaml @@ -76,7 +76,7 @@ rediscache: # type: elasticsearch:7.7 # disk: 512 -# Due to logic in app/config/env/platformsh.php, do not change the service name to something different than 'varnish' +# Due to logic in EzSystems\EzPlatformCoreBundle\DependencyInjection\EzPlatformCoreExtension, do not change the service name to something different from 'varnish' varnish: type: 'varnish:6.0' relationships: diff --git a/resources/platformsh/ibexa-commerce/3.3.x-dev/.platform/services.yaml b/resources/platformsh/ibexa-commerce/3.3.x-dev/.platform/services.yaml index d5feaff..38a39b7 100644 --- a/resources/platformsh/ibexa-commerce/3.3.x-dev/.platform/services.yaml +++ b/resources/platformsh/ibexa-commerce/3.3.x-dev/.platform/services.yaml @@ -89,7 +89,7 @@ solrsearch: # type: elasticsearch:7.7 # disk: 512 -# Due to logic in app/config/env/platformsh.php, do not change the service name to something different than 'varnish' +# Due to logic in EzSystems\EzPlatformCoreBundle\DependencyInjection\EzPlatformCoreExtension, do not change the service name to something different from 'varnish' varnish: type: 'varnish:6.0' relationships: diff --git a/resources/platformsh/ibexa-commerce/3.3/.platform/services.yaml b/resources/platformsh/ibexa-commerce/3.3/.platform/services.yaml index d5feaff..38a39b7 100644 --- a/resources/platformsh/ibexa-commerce/3.3/.platform/services.yaml +++ b/resources/platformsh/ibexa-commerce/3.3/.platform/services.yaml @@ -89,7 +89,7 @@ solrsearch: # type: elasticsearch:7.7 # disk: 512 -# Due to logic in app/config/env/platformsh.php, do not change the service name to something different than 'varnish' +# Due to logic in EzSystems\EzPlatformCoreBundle\DependencyInjection\EzPlatformCoreExtension, do not change the service name to something different from 'varnish' varnish: type: 'varnish:6.0' relationships: