synching portal config with upstream
[oom.git] / kubernetes / config / docker / init / src / config / portal / portal-fe / webapps / etc / ECOMPDBCAPP / portal.properties
index 1116e88..6dbbee8 100755 (executable)
@@ -1,18 +1,15 @@
 # Properties read by ECOMP Framework library, ecompFW.jar
 
-portal.api.impl.class = org.openecomp.portalsdk.core.onboarding.client.OnBoardingApiServiceImpl
+portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImpl
 portal.api.prefix = /api
 max.idle.time = 5
 user.attribute.name = user_attribute
 
 # Legacy property TODO 
 ecomp_redirect_url = http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm
-#ecomp_redirect_url = http://portalapp:38989/ECOMPPORTAL/login.htm
 
 # URL of the ECOMP Portal REST API
-# ecomp.homer.att.com is a development machine
 ecomp_rest_url = http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/auxapi
-#ecomp_rest_url = http://portalapp:38989/ECOMPPORTAL/auxapi
 
 #Use REST API instead of UEB to fetch the functional menu data
 use_rest_for_functional_menu=true
@@ -21,9 +18,8 @@ use_rest_for_functional_menu=true
 ueb_listeners_enable = false
 
 # Application key is used by session management
-ueb_app_secret = WB7AJICClKg9oZLsxhQnykXA
 ueb_app_key = MtRwsF16RdpHZ7eM
-ecomp_portal_inbox_name = ECOMP-PORTAL-INBOX
-ueb_app_mailbox_name = ECOMP-PORTAL-OUTBOX-DBC1
-decryption_key = AGLDdG4D04BKm2IxIWEr8o==
 
+# The inbox name property should not be required when the REST API is used,
+# but in 1610 FuncMenuController logs ALARM if it cannot find this key.
+ecomp_portal_inbox_name = ECOMP-PORTAL-INBOX-TEST