diff options
author | Michael Mokry <michael.mokry@att.com> | 2018-10-09 11:38:07 -0500 |
---|---|---|
committer | Michael Mokry <michael.mokry@att.com> | 2018-10-09 12:58:00 -0500 |
commit | 367a82a52a4dfeaa8cf933af969a9561cf5fe5e9 (patch) | |
tree | 32b4bd8fa8fdafe5b12788c3aae999febce87320 /packages/install/src | |
parent | c0b9ffd99f29b8d471dde18048cef6b92088199d (diff) |
Modify portal properties in PE
Modified the portal.properties with new role_access_centralized
property.
Modified the conf file with updated values for the ONAP redirect and
REST URL properties
Made changes for comments
Change-Id: Id2624cbb440ea5830520c5e82436d112989b62c4
Issue-ID: POLICY-1192
Signed-off-by: Michael Mokry <michael.mokry@att.com>
Diffstat (limited to 'packages/install/src')
-rw-r--r-- | packages/install/src/files/console.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/install/src/files/console.conf b/packages/install/src/files/console.conf index 90c044fce..ece0b174d 100644 --- a/packages/install/src/files/console.conf +++ b/packages/install/src/files/console.conf @@ -140,8 +140,8 @@ onap_application_name=Dev #-----------------------ONAP-PORTAL-Properties---------------------- -ONAP_REDIRECT_URL=https://localhost/onapui/process_csp -ONAP_REST_URL=https://localhost:8443/onapui/auxapi +ONAP_REDIRECT_URL=https://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm +ONAP_REST_URL=https://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi ONAP_UEB_URL_LIST= ONAP_PORTAL_INBOX_NAME=ONAP-PORTAL-INBOX-TEST ONAP_UEB_APP_KEY=FZpTlJbdRIibgSmg |