This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 5887c6c3886b8fc38afc6014ce06e29b8f76f0e8 Author: Rémi KOWALSKI <rkowal...@linagora.com> AuthorDate: Wed Nov 13 17:17:14 2019 +0100 JAMES-2981 update cassandra configuration documentation --- src/site/xdoc/server/config-cassandra.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/site/xdoc/server/config-cassandra.xml b/src/site/xdoc/server/config-cassandra.xml index ad9a400..34a05df 100644 --- a/src/site/xdoc/server/config-cassandra.xml +++ b/src/site/xdoc/server/config-cassandra.xml @@ -35,6 +35,11 @@ <dt><strong>cassandra.nodes</strong></dt> <dd>List of some nodes of the cassandra's cluster in following format host:port or host, if the port is not specified we use 9042</dd> + <dt><strong>cassandra.keyspace.create</strong></dt> + <dd>Indicate if the keyspace should be created by James. Optional, default value: <b>false</b><br /> + If set to true James will attempt to create the keyspace when starting up.<br /> + </dd> + <dt><strong>cassandra.keyspace</strong></dt> <dd>Is the name of the keyspace used by James. Optional, default value: <b>apache_james</b></dd> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org