diff options
Diffstat (limited to 'catalog-be/src/main/resources/portal.properties')
-rw-r--r-- | catalog-be/src/main/resources/portal.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/catalog-be/src/main/resources/portal.properties b/catalog-be/src/main/resources/portal.properties index 185a4fb9dc..a182e80972 100644 --- a/catalog-be/src/main/resources/portal.properties +++ b/catalog-be/src/main/resources/portal.properties @@ -54,6 +54,7 @@ use_rest_for_functional_menu=true # Name of java class that implements the OnBoardingApiService interface. portal.api.impl.class = org.openecomp.sdc.be.ecomp.PortalRestAPICentralServiceImpl +# Use this tag if the app is centralized remote/local role_access_centralized = remote # URL of the Portal where this app is onboarded @@ -75,4 +76,8 @@ portal_app_name = Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA= # then only the ueb_app_key is required. ueb_app_key = REPLACE-ME-UEB-APP-KEY-EPSDK-APP-OS - +# Connection and Read timeout values +#ext_req_connection_timeout = 15000 +#ext_req_read_timeout = 20000 +#Add AAF namespace if the app is centralized +aaf_namespace = com.att.sdc |