Make Container Config Strategy
[aaf/authz.git] / auth / sample / local / org.osaaf.aaf.cassandra.props
1 ############################################################
2 # Cassandra properties for AAF Components  needing
3 #   on 2018-03-02 06:59.628-0500
4 ############################################################
5 # LOCAL Cassandra
6 cassandra.clusters=cass.aaf.osaaf.org
7 cassandra.clusters.port=9042
8 #need this to be fully qualified name when REAL AAF integration
9 cassandra.clusters.user=cassandra
10 cassandra.clusters.password=enc:
11
12 # Name for exception that has happened in the past
13 cassandra.reset.exceptions=com.datastax.driver.core.exceptions.NoHostAvailableException:"no host was tried":"Connection has been closed"
14
15 # Example Consistency Settings for Clusters with at least instances
16 #cassandra.writeConsistency.ns=LOCAL_QUORUM
17 #cassandra.writeConsistency.perm=LOCAL_QUORUM
18 #cassandra.writeConsistency.role=LOCAL_QUORUM
19 #cassandra.writeConsistency.user_role=LOCAL_QUORUM
20 #cassandra.writeConsistency.cred=LOCAL_QUORUM
21 #cassandra.writeConsistency.ns_attrib=LOCAL_QUORUM
22
23 # Consistency Settings when Single Instance
24 cassandra.writeConsistency.ns=ONE
25 cassandra.writeConsistency.perm=ONE
26 cassandra.writeConsistency.role=ONE
27 cassandra.writeConsistency.user_role=ONE
28 cassandra.writeConsistency.cred=ONE
29 cassandra.writeConsistency.ns_attrib=ONE
30