diff options
Diffstat (limited to 'packages/install/src/files/console.conf')
-rw-r--r-- | packages/install/src/files/console.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/install/src/files/console.conf b/packages/install/src/files/console.conf index 39435fe26..858cf970e 100644 --- a/packages/install/src/files/console.conf +++ b/packages/install/src/files/console.conf @@ -34,6 +34,7 @@ REST_ADMIN_REPOSITORY=repository # Location where all the user workspaces are located. # REST_ADMIN_WORKSPACE=${{POLICY_HOME}}/servers/console/bin/workspace + # # These can be set so the Admin Console knows who is logged on. Ideally, you can run the console in a J2EE # container and setup authentication as you please. Setting HttpSession attribute values will override these @@ -121,7 +122,7 @@ ecomp_application_name=Dev ECOMP_REDIRECT_URL=https://localhost/ecompui/process_csp ECOMP_REST_URL=https://localhost:8443/ecompui/auxapi -ECOMP_UEB_URL_LIST=localhost.com,localhost1.com +ECOMP_UEB_URL_LIST= ECOMP_PORTAL_INBOX_NAME=ECOMP-PORTAL-INBOX-TEST ECOMP_UEB_APP_KEY=FZpTlJbdRIibgSmg ECOMP_UEB_APP_SECRET=QMyKdILRBwj1c76UQONjSYOt |