Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 600057d

Browse files
authored
Merge pull request #24 from OskarStark/patch-2
Add filename
2 parents 15b3534 + dfcce87 commit 600057d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/elasticsearch.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ To use it in your application, add it to ``.symfony/services.yaml``:
77

88
.. code-block:: yaml
99
10+
# .symfony/services.yaml
1011
mysearch:
1112
# supported versions: 5.2, 5.4 and 6.5
1213
# 0.90, 1.4, 1.7 and 2.4 are also available but not maintained upstream
@@ -17,6 +18,7 @@ And wire it in ``.symfony.cloud.yaml``:
1718

1819
.. code-block:: yaml
1920
21+
# .symfony.cloud.yaml
2022
relationships:
2123
elasticsearch: "mysearch:elasticsearch"
2224

0 commit comments

Comments
 (0)