aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2014-03-26 22:27:08 +0000
committerOlivier Lamy <olamy@apache.org>2014-03-26 22:27:08 +0000
commita80ae95cc832d9459507167392aec8f4d6e65db8 (patch)
tree5651adbfaa124da50ea83ea9a965f5cc15b1c875 /archiva-modules
parent7d1c504705a384185dc53cfa762d91b3fc44bd06 (diff)
downloadarchiva-a80ae95cc832d9459507167392aec8f4d6e65db8.tar.gz
archiva-a80ae95cc832d9459507167392aec8f4d6e65db8.zip
better with adding the default file...
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1582095 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-rw-r--r--archiva-modules/plugins/metadata-store-cassandra/src/main/resources/default-archiva-cassandra.properties28
1 files changed, 28 insertions, 0 deletions
diff --git a/archiva-modules/plugins/metadata-store-cassandra/src/main/resources/default-archiva-cassandra.properties b/archiva-modules/plugins/metadata-store-cassandra/src/main/resources/default-archiva-cassandra.properties
new file mode 100644
index 000000000..e55a955b8
--- /dev/null
+++ b/archiva-modules/plugins/metadata-store-cassandra/src/main/resources/default-archiva-cassandra.properties
@@ -0,0 +1,28 @@
+#
+# 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.
+#
+cassandra.host=localhost
+cassandra.port=9160
+cassandra.maxActive=20
+cassandra.readConsistencyLevel=QUORUM
+cassandra.writeConsistencyLevel=QUORUM
+cassandra.replicationFactor=1
+cassandra.keyspace.name=ArchivaKeySpace
+cassandra.cluster.name=archiva
+
+archiva.cassandra.configuration.file=./archiva-cassandra.properties \ No newline at end of file