You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2015/06/17 11:18:29 UTC

svn commit: r1685970 - /james/server/trunk/app/src/main/resources/cassandra-template.properties

Author: btellier
Date: Wed Jun 17 09:18:29 2015
New Revision: 1685970

URL: http://svn.apache.org/r1685970
Log:
MAILBOX-237 Add sample configuration for Cassandra

Added:
    james/server/trunk/app/src/main/resources/cassandra-template.properties

Added: james/server/trunk/app/src/main/resources/cassandra-template.properties
URL: http://svn.apache.org/viewvc/james/server/trunk/app/src/main/resources/cassandra-template.properties?rev=1685970&view=auto
==============================================================================
--- james/server/trunk/app/src/main/resources/cassandra-template.properties (added)
+++ james/server/trunk/app/src/main/resources/cassandra-template.properties Wed Jun 17 09:18:29 2015
@@ -0,0 +1,26 @@
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+
+#  This template file can be used as example for James Server configuration
+#  DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+
+# Configuration file for cassandra mailbox
+
+cassandra.ip=127.0.0.1
+cassandra.port=9042
+cassandra.keyspace=apache_james
+cassandra.replication.factor=1
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org