2021-04-17 21:20:54 +02:00
|
|
|
<meilisearch>
|
|
|
|
<meilisearchcloud>
|
2021-04-17 00:26:33 +02:00
|
|
|
<str name="host">${host:}</str>
|
2021-04-17 21:20:54 +02:00
|
|
|
<int name="hostPort">${jetty.port:7700}</int>
|
|
|
|
<str name="hostContext">${hostContext:meilisearch}</str>
|
2021-04-17 00:26:33 +02:00
|
|
|
<int name="zkClientTimeout">${zkClientTimeout:15000}</int>
|
|
|
|
<bool name="genericCoreNodeNames">${genericCoreNodeNames:true}</bool>
|
2021-04-17 21:20:54 +02:00
|
|
|
</meilisearchcloud>
|
2021-04-17 00:26:33 +02:00
|
|
|
|
|
|
|
<shardHandlerFactory name="shardHandlerFactory"
|
|
|
|
class="HttpShardHandlerFactory">
|
|
|
|
<int name="socketTimeout">${socketTimeout:0}</int>
|
|
|
|
<int name="connTimeout">${connTimeout:0}</int>
|
|
|
|
</shardHandlerFactory>
|
2021-04-17 21:20:54 +02:00
|
|
|
</meilisearch>
|