You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2014/06/13 22:50:28 UTC

svn commit: r1602518 - /uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Author: degenaro
Date: Fri Jun 13 20:50:27 2014
New Revision: 1602518

URL: http://svn.apache.org/r1602518
Log:
UIMA-3892 DUCC needs a file for private configuration data

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties?rev=1602518&r1=1602517&r2=1602518&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Fri Jun 13 20:50:27 2014
@@ -188,7 +188,7 @@ ducc.ws.port = 42133
 # Optionally configure the webserver IP port for HTTPS requests, default is 42155
 ducc.ws.port.ssl = 42155
 # Optionally configure the webserver ssl pw for  HTTPS requests, default is quackquack
-ducc.ws.port.ssl.pw = quackquack
+# See private/ducc.private.properties
 # Optionally configure the webserver login session timeout, in minutes, default is 60
 ducc.ws.session.minutes = 60
 # Optionally configure the webserver job automatic cancel timeout, default is 10. To disable feature specify 0.