Skip to content

Commit

Permalink
Add SYLIUS_FIXTURES_HOSTNAME in .env.local in dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Jul 13, 2024
1 parent ee94165 commit fafb279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/.env.local
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit fafb279

Please sign in to comment.