diff options
author | Amichai Hemli <ah0398@intl.att.com> | 2019-08-13 08:14:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-13 08:14:18 +0000 |
commit | 29ca338bd8db61a4dbf1547e9ae740bd4a7186ab (patch) | |
tree | fa4ea5d7ded3bf0e91331eb847ab860cfa5f8df1 /epsdk-app-onap/src/main/webapp/WEB-INF/conf/asdc.properties | |
parent | eee375dc2f2a12ed2633e35557320f94844bcc89 (diff) | |
parent | aff68cfa08f0a0e154b303bf228c929fcf5d9549 (diff) |
Merge "Change out-of-the-box config to work on dev's environment"
Diffstat (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/conf/asdc.properties')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/asdc.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/asdc.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/asdc.properties index 14a3b0954..ea9a25703 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/asdc.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/asdc.properties @@ -1,6 +1,6 @@ asdc.client.type=REST
asdc.client.rest.protocol=http
-asdc.client.rest.host=
+asdc.client.rest.host=localhost
asdc.client.rest.port=8080
-asdc.client.rest.auth=
+asdc.client.rest.auth=dmlkOnZpZA==
|