diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-05-19 08:15:14 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-05-19 08:15:19 -0500 |
commit | 3926bb29e654d5248690735596de26531e3d711e (patch) | |
tree | ad7c054a910833551870bc797287dca487300ea3 /auth/docker | |
parent | c1e8593dcb727a7bc7499f28b80126ddaa37fc9c (diff) |
Reduce Cass Mem
Issue-ID: AAF-273
Change-Id: Iff3e8eb172328ccbb751d50823542a807c6f3e76
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker')
-rw-r--r-- | auth/docker/d.props | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/auth/docker/d.props b/auth/docker/d.props index b955872a..00624514 100644 --- a/auth/docker/d.props +++ b/auth/docker/d.props @@ -6,8 +6,8 @@ VERSION=2.1.0-SNAPSHOT CONF_ROOT_DIR=/opt/app/osaaf # Local Env info -HOSTNAME=meriadoc.mithril.sbc.com -HOST_IP=192.168.99.100 -CASS_HOST=cass.aaf.osaaf.org:172.17.0.2 +HOSTNAME= +HOST_IP= +CASS_HOST= |