Author: olamy
Date: Wed Mar 26 22:27:08 2014
New Revision: 1582095
URL: http://svn.apache.org/r1582095
Log:
better with adding the default file...
Added:
archiva/trunk/archiva-modules/plugins/metadata-store-cassandra/src/main/resources/default-archiva-cassandra.properties
(with props)
Added:
archiva/trunk/archiva-modules/plugins/metadata-store-cassandra/src/main/resources/default-archiva-cassandra.properties
URL:
http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/plugins/metadata-store-cassandra/src/main/resources/default-archiva-cassandra.properties?rev=1582095&view=auto
==============================================================================
---
archiva/trunk/archiva-modules/plugins/metadata-store-cassandra/src/main/resources/default-archiva-cassandra.properties
(added)
+++
archiva/trunk/archiva-modules/plugins/metadata-store-cassandra/src/main/resources/default-archiva-cassandra.properties
Wed Mar 26 22:27:08 2014
@@ -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
Propchange:
archiva/trunk/archiva-modules/plugins/metadata-store-cassandra/src/main/resources/default-archiva-cassandra.properties
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
archiva/trunk/archiva-modules/plugins/metadata-store-cassandra/src/main/resources/default-archiva-cassandra.properties
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision