diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-05-08 22:24:51 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-05-08 22:24:51 -0500 |
commit | 25ffebe0bf105d6d861bc502d2d7b5da4145eb7b (patch) | |
tree | 7bbb478ab660a020fa7e80fd2215ff9b74fb0b9e /kubernetes/policy/resources/config/pe/console.conf | |
parent | 2fcb335690c76df13d694d1bfe42ef546884f7c7 (diff) |
Add Portal suggested parameters to console
Point PAP and PDP default config to new PAP and PDP.
Change-Id: Ib0452739f2ff272f97398e568c71268e80517881
Issue-ID: POLICY-1745
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'kubernetes/policy/resources/config/pe/console.conf')
-rw-r--r-- | kubernetes/policy/resources/config/pe/console.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/resources/config/pe/console.conf b/kubernetes/policy/resources/config/pe/console.conf index 1cd9290379..85fda3549c 100644 --- a/kubernetes/policy/resources/config/pe/console.conf +++ b/kubernetes/policy/resources/config/pe/console.conf @@ -135,8 +135,8 @@ onap_application_name= #-----------------------ONAP-PORTAL-Properties---------------------- -ONAP_REDIRECT_URL=https://portal-app.{{.Release.Namespace}}:30225/ONAPPORTAL/login.htm -ONAP_REST_URL=https://portal-app:8443/ONAPPORTAL/auxapi +ONAP_REDIRECT_URL=https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm +ONAP_REST_URL=https://portal-app:30225/ONAPPORTAL/auxapi ONAP_UEB_URL_LIST= ONAP_PORTAL_INBOX_NAME= ONAP_UEB_APP_KEY=ueb_key_5 |