From: Ittay Stern Date: Wed, 28 Aug 2019 07:28:35 +0000 (+0300) Subject: Change out-of-the-box config to work on dev's environment X-Git-Tag: 5.0.1~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4f7c6678547c747963e2889d9dd5013fd18c1c97;p=vid.git Change out-of-the-box config to work on dev's environment Issue-ID: VID-564 Change-Id: Id9aceb416f7404229a7df1f7ad0caf07882e2051 Signed-off-by: Ittay Stern --- 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 ea9a25703..598d91ff7 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 @@ -2,5 +2,5 @@ asdc.client.type=REST asdc.client.rest.protocol=http asdc.client.rest.host=localhost -asdc.client.rest.port=8080 +asdc.client.rest.port=1080 asdc.client.rest.auth=dmlkOnZpZA== diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties index a11007f4b..c229f5873 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties @@ -137,7 +137,7 @@ mso.restapi.cloudResourcesRequestsApiRoot=/cloudResourcesRequests/v1 mso.restapi.operationalEnvironment.cloudResourcesRequests.status=${mso.restapi.cloudResourcesRequestsApiRoot}?requestId= mso.displayTestAPIOnScreen=true -mso.defaultTestAPI=GR_API +mso.defaultTestAPI=VNF_API mso.maxOpenedInstantiationRequests=20 mso.asyncPollingIntervalSeconds=1 refreshTimeInstantiationDashboard=10