NUTCH-2284 nutch-default.xml descriptions for restapi.auth.username and 
restapi.auth.password are updated.


Project: http://git-wip-us.apache.org/repos/asf/nutch/repo
Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/8e2552e8
Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/8e2552e8
Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/8e2552e8

Branch: refs/heads/2.x
Commit: 8e2552e88999d19a599844559a98888c646b62fb
Parents: 4d1e9e3
Author: Furkan KAMACI <[email protected]>
Authored: Mon Jul 4 14:19:38 2016 +0300
Committer: Furkan KAMACI <[email protected]>
Committed: Mon Jul 4 14:19:38 2016 +0300

----------------------------------------------------------------------
 conf/nutch-default.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nutch/blob/8e2552e8/conf/nutch-default.xml
----------------------------------------------------------------------
diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml
index ff22b63..1985dfc 100644
--- a/conf/nutch-default.xml
+++ b/conf/nutch-default.xml
@@ -1450,14 +1450,16 @@
   <value>login</value>
   <description>
     Username for HTTP basic authentication. restapi.auth should be true to use 
this property.
+    "login" is used for username as default.
   </description>
 </property>
 
 <property>
   <name>restapi.auth.password</name>
-  <value>secret1</value>
+  <value>secret</value>
   <description>
     Password for HTTP basic authentication. restapi.auth should be true to use 
this property.
+    "secret" is used for password as default.
   </description>
 </property>
 

Reply via email to