Skip to content

Commit 8f7f24e

Browse files
davidfuhrDavid Fuhr
authored andcommitted
Fixed parameter nam to kernel.environment
The parameter %kernel.env% does not exist. It throws the error message 'You have requested a non-existent parameter "kernel.env". Did you mean this: "kernel.environment"?'
1 parent adf7fb2 commit 8f7f24e

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)