Skip to content

Commit

Permalink
Merge pull request #152 from jolicode/damienalexandre-patch-1
Browse files Browse the repository at this point in the history
doc(symfony): Provide a working example out of the box
  • Loading branch information
lyrixx committed Feb 17, 2023
2 parents dbe1438 + f1b9f09 commit 6321c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ elastically:
default:
client:
host: '%env(ELASTICSEARCH_HOST)%'
# If you want to use the Symfony Http Client:
transport: 'JoliCode\Elastically\Transport\HttpClientTransport'
# If you want to use the Symfony HttpClient (you MUST create this service)
#transport: 'JoliCode\Elastically\Transport\HttpClientTransport'

# Path to the mapping directory (in YAML)
mapping_directory: '%kernel.project_dir%/config/elasticsearch'
Expand Down

0 comments on commit 6321c32

Please sign in to comment.