diff options
author | rb7147 <rb7147@att.com> | 2017-09-28 16:43:22 -0400 |
---|---|---|
committer | rb7147 <rb7147@att.com> | 2017-09-28 16:43:31 -0400 |
commit | f6f867b935a5e840494bacc3d0821e06285d809a (patch) | |
tree | cc074889bdb885fe683f0676227809fdd35870a8 /ONAP-SDK-APP/src/main/resources | |
parent | ebc9e66ae4b4cc5a74e7355a8622b3c50a111bf7 (diff) |
Revert the SDK properties
Changed the portal properties from onap to ecomp.
Issue-Id: POLICY-273
Change-Id: I4c62bb1df2c181c6d506e4e4894b0f9e4a44e5cc
Signed-off-by: rb7147 <rb7147@att.com>
Diffstat (limited to 'ONAP-SDK-APP/src/main/resources')
-rw-r--r-- | ONAP-SDK-APP/src/main/resources/portal.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ONAP-SDK-APP/src/main/resources/portal.properties b/ONAP-SDK-APP/src/main/resources/portal.properties index 2ab096f1a..30cbf0fff 100644 --- a/ONAP-SDK-APP/src/main/resources/portal.properties +++ b/ONAP-SDK-APP/src/main/resources/portal.properties @@ -43,10 +43,10 @@ use_rest_for_functional_menu=true portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImpl # CSP Global Log On for single sign on -onap_redirect_url = todo_csp_global_logon +ecomp_redirect_url = todo_csp_global_logon # URL of the ONAP Portal REST API -onap_rest_url = todo_Onap_rest_url +ecomp_rest_url = todo_Onap_rest_url # Applications do not need to run a UEB listener in 1610. ueb_listeners_enable = false @@ -58,7 +58,7 @@ ueb_listeners_enable = false # UEB servers ueb_url_list = todo_ueb_list # ONAP Portal listens on this UEB topic -onap_portal_inbox_name = ONAP-PORTAL-INBOX-TEST-DEMETER +ecomp_portal_inbox_name = ONAP-PORTAL-INBOX-TEST-DEMETER # Replace these 3 default values with the ones for your specific App, # as shown on the on-boarding page on the ONAP Portal web application. ueb_app_key = ZOicEniw7BWDL1pM |