mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
15 lines
462 B
YAML
15 lines
462 B
YAML
nelmio_solarium:
|
|
endpoints:
|
|
default:
|
|
host: "%env(SOLR_HOST)%"
|
|
core: "%env(SOLR_CORE)%"
|
|
# The following are the default parameters for Solarium client:
|
|
# scheme: http
|
|
# port: 8983
|
|
# path: /solr
|
|
clients:
|
|
default:
|
|
endpoints: [default]
|
|
# You can customize the http timeout (in seconds) here. The default is 5sec.
|
|
# adapter_timeout: 5
|