Author: buildbot
Date: Mon Feb 23 03:35:32 2015
New Revision: 941132

Log:
Staging update by buildbot for gora

Modified:
    websites/staging/gora/trunk/content/   (props changed)
    websites/staging/gora/trunk/content/current/gora-cassandra.html

Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 23 03:35:32 2015
@@ -1 +1 @@
-1661578
+1661601

Modified: websites/staging/gora/trunk/content/current/gora-cassandra.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-cassandra.html (original)
+++ websites/staging/gora/trunk/content/current/gora-cassandra.html Mon Feb 23 
03:35:32 2015
@@ -196,6 +196,18 @@ enables <a href="http://cassandra.apache
     <td>Yes</td>
     <td>This value should specify the host:port for a running Cassandra server 
or node. In this case the server happens to be running on localhost at port 
9160 which is the default Cassandra server configuration. It is important that 
the <b>host</b> matches that specified in 
<code>gora-cassandra-mapping.xml</code></td>
    </tr>
+   <tr>
+    <td>gora.cassandrastore.username=</td>
+    <td>${username}</td>
+    <td>No</td>
+    <td>The authentication details for passing a <b>username</b> to the 
CassandraHostConfigurator. This will be required if security is required for 
Cassandra reads and writes.</td>
+   </tr>
+   <tr>
+    <td>gora.cassandrastore.password=</td>
+    <td>${password}</td>
+    <td>No</td>
+    <td>The authentication details for passing a <b>password</b> to the 
CassandraHostConfigurator. This will be required if security is required for 
Cassandra reads and writes.</td>
+   </tr>
   </tboday>
 </table></p>
 <h2 id="gora-cassandra-mappings">Gora Cassandra mappings</h2>


Reply via email to