diff options
Diffstat (limited to 'auth/csit/cass.props.init')
-rw-r--r-- | auth/csit/cass.props.init | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/auth/csit/cass.props.init b/auth/csit/cass.props.init new file mode 100644 index 00000000..75127424 --- /dev/null +++ b/auth/csit/cass.props.init @@ -0,0 +1,12 @@ +#!/bin/bash + +# Use for assigning to /etc/hosts, when DNS doesn't have Cassandra FQDN +CASS_HOST=cass.aaf.osaaf.org:<IP of running Cass> + +#### +# Detailed Cassandra Environmental Variables +#### +# CASSANDRA_CLUSTER=<unsert means default, host from CASS_HOST above, or "localhost"> +# CASSANDRA_USER=<unset means default (cassandra)> +# CASSANDRA_PASSWORD=<unset means default (cassandra)> +# CASSANDRA_PORT=<unset means default (9042)> |