diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-05-03 21:31:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-05-03 21:31:58 +0000 |
commit | a330af579866dacbe595e2e4ad1dd29cd3c96945 (patch) | |
tree | b9455591600034dfd4f33a9c1f733336280f2208 /packages/install/src/files/console.conf | |
parent | 5444e748b8651d8346dcb78c5ab8b0637dea197b (diff) | |
parent | e0addf5b588a1244f9679becd90999dfcb4c3a94 (diff) |
Merge "Policy 1707 commit to LF"
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 |