From 451a3400b76511393c62a444f588a4ed15f4a549 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 19 Feb 2017 10:28:42 +0200 Subject: Initial OpenECOMP SDC commit Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b Signed-off-by: Michael Lando --- catalog-be/src/main/resources/portal.properties | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 catalog-be/src/main/resources/portal.properties (limited to 'catalog-be/src/main/resources/portal.properties') diff --git a/catalog-be/src/main/resources/portal.properties b/catalog-be/src/main/resources/portal.properties new file mode 100644 index 0000000000..33ae0dac94 --- /dev/null +++ b/catalog-be/src/main/resources/portal.properties @@ -0,0 +1,25 @@ +# Portal REST URL, ends "/auxapi" +ecomp_rest_url = https://localhost/ecompportal/auxapi + +# Java implementation of interface +portal.api.impl.class = org.openecomp.sdc.be.ecomp.EcompIntImpl + +# CSP-SSO URL +ecomp_redirect_url = https://localhost/ecomp_portal_ist/ecompportal/process_csp +# Cookie set by CSP-SSO +csp_cookie_name = attESSec +# CSP setting, most use PROD; DEV also recognized +csp_gate_keeper_prod_key = PROD + +# Comma-separated list of UEB server names +ueb_url_list = +# UEB topic where Portal listens +ecomp_portal_inbox_name = ECOMP-PORTAL-INBOX-TEST +# UEB key generated while on-boarding +ueb_app_key = app_key_here +# UEB secret generated while on-boarding +ueb_app_secret = app_secret_here +# UEB topic where App listens +ueb_app_mailbox_name = app_topic_name_here +# Consumer group name; most Apps should use {UUID} +ueb_app_consumer_group_name = {UUID} \ No newline at end of file -- cgit 1.2.3-korg