mirror of
https://github.com/jbcr/SyliusElasticsearchPlugin.git
synced 2026-03-24 00:42:08 +01:00
OP-119 - moves url and port parameters to .env file
This commit is contained in:
@@ -7,8 +7,8 @@ imports:
|
||||
parameters:
|
||||
env(BITBAG_ES_INDEX_PREFIX): ""
|
||||
bitbag_es_index_prefix: "%env(BITBAG_ES_INDEX_PREFIX)%"
|
||||
bitbag_es_host: localhost
|
||||
bitbag_es_port: 9200
|
||||
bitbag_es_host: "%env(BITBAG_ES_HOST)%"
|
||||
bitbag_es_port: "%env(BITBAG_ES_PORT)%"
|
||||
|
||||
bitbag_es_pagination_available_page_limits: [9, 18, 36]
|
||||
bitbag_es_pagination_default_limit: 9
|
||||
|
||||
@@ -38,4 +38,6 @@ MESSENGER_TRANSPORT_DSN=sync://
|
||||
|
||||
###> sylius/elasticsearch-plugin ###
|
||||
BITBAG_ES_INDEX_PREFIX=
|
||||
BITBAG_ES_HOST=localhost
|
||||
BITBAG_ES_PORT=9200
|
||||
###< sylius/elasticsearch-plugin ###
|
||||
|
||||
Reference in New Issue
Block a user