diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-10-24 13:18:57 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-10-24 13:20:32 -0500 |
commit | eccc9022dce35a561e12a071e45ac808b456e204 (patch) | |
tree | 117f43c43195c025ea70c0e93dec1c3fe5a9ccbf /auth/docker/cass.props.init | |
parent | 9fe1153c6bad63922e026d1db86e51b95a92c6cc (diff) |
remove Cass references
Issue-ID: AAF-583
Change-Id: Iff72d70e786a6d3c30c662d975a41b1561ab6138
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/cass.props.init')
-rw-r--r-- | auth/docker/cass.props.init | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/auth/docker/cass.props.init b/auth/docker/cass.props.init deleted file mode 100644 index 7f7258fa..00000000 --- a/auth/docker/cass.props.init +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -# Use for assigning to /etc/hosts, when DNS doesn't have Cassandra FQDN -CASS_HOST=aaf_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)> |