diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-02-08 09:25:17 +0200 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-02-08 09:25:17 +0200 |
commit | 98d6b70321da75fb5322c146aa7be4442fc2b633 (patch) | |
tree | 1f242e25692508308ce20240cbc18f4a6f66dee2 /catalog-ui/configurations/prod.js | |
parent | 7c85febc161cdc08c9e80d54df265b80c211465b (diff) |
Support DCAE in new plugins integration
Updated the ui prod.js configuration file
Changed debug logging for plugin name not connected
Change-Id: I3f89c4325253aaecc86efb6d32758cd90acc0c36
Issue-ID: SDC-1008
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'catalog-ui/configurations/prod.js')
-rw-r--r-- | catalog-ui/configurations/prod.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/configurations/prod.js b/catalog-ui/configurations/prod.js index 1868adad72..f08bfa3497 100644 --- a/catalog-ui/configurations/prod.js +++ b/catalog-ui/configurations/prod.js @@ -47,6 +47,7 @@ const SDC_CONFIG = { "GET_lifecycle_state_CERTIFICATIONREQUEST":"lifecycleState/CERTIFICATIONREQUEST", "GET_lifecycle_state_UNDOCHECKOUT":"lifecycleState/UNDOCHECKOUT", "root": "/sdc1/feProxy/rest", + "no_proxy_root": "/sdc1/rest", "PUT_service": "/v1/catalog/services/:id/metadata", "GET_download_artifact": "/v1/catalog/", "GET_SDC_Version": "/version", |