This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git

commit e03cad3f42b9be16f45b2012fc738106894ac332
Author: tallison <talli...@apache.org>
AuthorDate: Wed Mar 1 15:34:08 2023 -0500

    fix template to include new key store info.  remove unused auth
---
 conf/index-writers.xml.template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/conf/index-writers.xml.template b/conf/index-writers.xml.template
index 221f5affe..549ebd4c9 100644
--- a/conf/index-writers.xml.template
+++ b/conf/index-writers.xml.template
@@ -136,10 +136,12 @@
       <param name="index" value="nutch"/>
       <param name="username" value="admin"/>
       <param name="password" value="admin"/>
-      <!--<param name="auth" value="false"/>-->
       <param name="trust.store.path" value=""/>
       <param name="trust.store.password" value=""/>
       <param name="trust.store.type" value="JKS"/>
+      <param name="key.store.path" value=""/>
+      <param name="key.store.password" value=""/>
+      <param name="key.store.type" value="JKS"/>
       <param name="max.bulk.docs" value="250"/>
       <param name="max.bulk.size" value="2500500"/>
       <param name="exponential.backoff.millis" value="100"/>

Reply via email to