From fafb27990b4608669307520ace5fa982a5afd0f2 Mon Sep 17 00:00:00 2001 From: Maxime Huran Date: Sat, 13 Jul 2024 15:59:18 +0200 Subject: [PATCH] Add SYLIUS_FIXTURES_HOSTNAME in .env.local in dist files --- dist/.env.local | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/.env.local b/dist/.env.local index dd3f4a37..7860bf2c 100644 --- a/dist/.env.local +++ b/dist/.env.local @@ -2,3 +2,4 @@ MONSIEURBIZ_SEARCHPLUGIN_MESSENGER_TRANSPORT_DSN=doctrine://default MONSIEURBIZ_SEARCHPLUGIN_ES_HOST=${ELASTICSEARCH_HOST:-localhost} MONSIEURBIZ_SEARCHPLUGIN_ES_PORT=${ELASTICSEARCH_PORT:-9200} MONSIEURBIZ_SEARCHPLUGIN_ES_URL=http://${MONSIEURBIZ_SEARCHPLUGIN_ES_HOST}:${MONSIEURBIZ_SEARCHPLUGIN_ES_PORT}/ +SYLIUS_FIXTURES_HOSTNAME=${SYMFONY_DEFAULT_ROUTE_HOST:-localhost}