diff options
-rw-r--r-- | auth/docker/.gitignore | 6 | ||||
-rw-r--r-- | auth/docker/aaf.props | 11 |
2 files changed, 3 insertions, 14 deletions
diff --git a/auth/docker/.gitignore b/auth/docker/.gitignore index c058b043..f644e05c 100644 --- a/auth/docker/.gitignore +++ b/auth/docker/.gitignore @@ -1,3 +1,3 @@ -local -d.props -aaf.props +/local +/d.props +/aaf.props diff --git a/auth/docker/aaf.props b/auth/docker/aaf.props deleted file mode 100644 index 5c654806..00000000 --- a/auth/docker/aaf.props +++ /dev/null @@ -1,11 +0,0 @@ -VERSION=2.1.2-SNAPSHOT -AAF_FQDN=meriadoc.mithril.sbc.com -DEPLOY_FQI=deployer@people.osaaf.org -APP_FQDN=meriadoc.mithril.sbc.com -APP_FQI=clamp@clamp.onap.org -VOLUME=clamp_aaf -DRIVER=local -LATITUDE=38.432899 -LONGITUDE=-90.43248 -AAF_AAF_FQDN_IP=192.168.99.100 -DEPLOY_PASSWORD=demo123456! |