diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-11-04 15:24:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-04 15:24:22 +0000 |
commit | edee21ec5dcab14d4aad21894aef6a0366e82074 (patch) | |
tree | b07c66573b1bdea0219164ebb6d915f4fa3f9bb3 /vid-app-common/src/test/resources/WEB-INF/conf/asdc.properties | |
parent | 43b1593e3c2a250535bfadcc6829be9873a98259 (diff) | |
parent | 3f4f46580533a65d458b1af32c28b61c1ed7a3aa (diff) |
Merge "remove internal urls"
Diffstat (limited to 'vid-app-common/src/test/resources/WEB-INF/conf/asdc.properties')
-rw-r--r-- | vid-app-common/src/test/resources/WEB-INF/conf/asdc.properties | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vid-app-common/src/test/resources/WEB-INF/conf/asdc.properties b/vid-app-common/src/test/resources/WEB-INF/conf/asdc.properties deleted file mode 100644 index c16d3f5d3..000000000 --- a/vid-app-common/src/test/resources/WEB-INF/conf/asdc.properties +++ /dev/null @@ -1,17 +0,0 @@ -asdc.client.type=REST -# -#asdc.client.rest.protocol=http -#asdc.client.rest.host=135.21.125.36 -#asdc.client.rest.port=8080 -#asdc.client.rest.auth=Basic VklEOnZpbjNSaXBlbmVkSnVtYjBKZXRTcHJpbmtsZXM= -# -#dev -#asdc.client.rest.protocol=http -#asdc.client.rest.host=135.21.125.105 -#asdc.client.rest.port=8080 -#asdc.client.rest.auth=Basic VGVzdDoxMjM0NTY= -#IST -asdc.client.rest.protocol=https -asdc.client.rest.host=asdcbe.mtsnjpw1.aic.cip.att.com -asdc.client.rest.port=8443 -asdc.client.rest.auth=Basic dmlkOnZpZGlzdA== |