diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2018-08-30 08:35:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-30 08:35:12 +0000 |
commit | 81bd169638241c8505cc9d59e0dc5b00bf26e8fc (patch) | |
tree | 1b1ab00c9ad62a4c91165afc7de2ae5931a21ade /vid-app-common/src/test/resources/WEB-INF/conf | |
parent | ab0bee6be2fc4be7c659216eaf54f1eab560d547 (diff) | |
parent | 17e8b54e83547d8dc37c335c5df1b989f8b5ff3c (diff) |
Merge "Replace sdc client"
Diffstat (limited to 'vid-app-common/src/test/resources/WEB-INF/conf')
-rw-r--r-- | vid-app-common/src/test/resources/WEB-INF/conf/system.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties index a67f57897..8eb70a85f 100644 --- a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties +++ b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties @@ -178,8 +178,8 @@ mso.dme2.server.url=http://mso-api-handler-anap-v1.mso.ecomp.att.com/services/ec #mso.dme2.server.url=https://ActiveAndAvailableInventory-CloudNetwork-v1.aai.att.com/aai?version=1&envContext=DEV&routeOffer=devINT1 mso.dme2.enabled=false asdc.model.namespace=org.openecomp. -sdc.svc.api.path=asdc/v1/catalog/services -sdc.resource.api.path=asdc/v1/catalog/resource +sdc.svc.api.path=sdc/v1/catalog/services +sdc.resource.api.path=sdc/v1/catalog/resource # Application base URL has the host and app context only; a proper prefix of the on-boarded URL. # Only required for applications using WebJunction or FE/BE separation. For example: |