Skip to content

Commit 1f8a330

Browse files
committed
Merge pull request #870 from davidfuhr/patch-1
Fixed parameter name to kernel.environment
2 parents adf7fb2 + 8f7f24e commit 1f8a330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Symfony application, use the example below:
7474
fos_elastica:
7575
indexes:
7676
app:
77-
index_name: app_%kernel.env%
77+
index_name: app_%kernel.environment%
7878
```
7979

8080
In this case, the service `fos_elastica.index.app` will relate to an ElasticSearch index

0 commit comments

Comments
 (0)