Volodymyr Stoiko | ca89a9f | 2017-06-06 15:04:44 +0300 | [diff] [blame] | 1 | parameters: |
2 | _param: | ||||
3 | pushkin_elasticsearch_host: ${_param:haproxy_elasticsearch_bind_host} | ||||
Volodymyr Stoiko | 38d3d87 | 2017-06-20 17:55:07 +0300 | [diff] [blame] | 4 | pushkin_elasticsearch_port: ${_param:haproxy_elasticsearch_http_bind_port} |
Volodymyr Stoiko | ca89a9f | 2017-06-06 15:04:44 +0300 | [diff] [blame] | 5 | elasticsearch: |
6 | client: | ||||
7 | enabled: true | ||||
8 | server: | ||||
9 | host: ${_param:pushkin_elasticsearch_host} | ||||
10 | port: ${_param:pushkin_elasticsearch_port} |