diff options
author | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-06 08:22:42 -0500 |
---|---|---|
committer | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-06 08:22:55 -0500 |
commit | 4d7da3d5edf32a424d786b83fbdb89a1f57451ac (patch) | |
tree | dd7a9f9fb251dd4e8262476101ccb9dd4a63d2df /auth/docker/d.props | |
parent | ac836d0f27919da9525f5625aaef51a7b8b228ca (diff) |
Fix Locate Cassandra config issue
Issue-ID: AAF-216
Change-Id: I52719ee951a5135be5561fca6ab71744a014fe41
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'auth/docker/d.props')
-rw-r--r-- | auth/docker/d.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/d.props b/auth/docker/d.props index 90bc5511..6fc232ee 100644 --- a/auth/docker/d.props +++ b/auth/docker/d.props @@ -8,6 +8,6 @@ CONF_ROOT_DIR=/opt/app/osaaf # Local Env info HOSTNAME=meriadoc.mithril.sbc.com HOST_IP=172.17.0.3 -CASS_HOST="cass.aaf.osaaf.org:172.17.0.2" +CASS_HOST=cass.aaf.osaaf.org:172.17.0.2 |