Author: lewismc
Date: Mon Feb 23 03:35:21 2015
New Revision: 1661601

URL: http://svn.apache.org/r1661601
Log:
update documentation to account for GORA-376

Modified:
    gora/site/trunk/content/current/gora-cassandra.md

Modified: gora/site/trunk/content/current/gora-cassandra.md
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-cassandra.md?rev=1661601&r1=1661600&r2=1661601&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-cassandra.md (original)
+++ gora/site/trunk/content/current/gora-cassandra.md Mon Feb 23 03:35:21 2015
@@ -35,6 +35,18 @@ enables [Apache Cassandra](http://cassan
     <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>
 


Reply via email to