[SDC] 1710 rebase + pom modifications
[sdc.git] / sdc-os-chef / sdc-backend / chef-repo / cookbooks / sdc-catalog-be / templates / default / BE-portal.properties.erb
1 # Portal REST URL, ends "/auxapi"
2 ecomp_rest_url = <%= @ecomp_rest_url %>
3
4 # Java implementation of interface
5 portal.api.impl.class = org.openecomp.sdc.be.ecomp.EcompIntImpl
6
7 # CSP-SSO URL
8
9 ecomp_redirect_url = <%= @ecomp_redirect_url %>
10
11 # Comma-separated list of UEB server names
12
13 ueb_url_list = <%= @ueb_url_list %>
14
15 # UEB topic where Portal listens
16 ecomp_portal_inbox_name = <%= @inbox_name %>
17
18 # UEB key generated while on-boarding
19 ueb_app_key = <%= @app_key %>
20
21 # UEB secret generated while on-boarding
22 ueb_app_secret = <%= @app_secret %>
23
24 # UEB topic where App listens
25 ueb_app_mailbox_name = <%= @app_topic_name %>
26
27 # Consumer group name; most Apps should use {UUID}
28 ueb_app_consumer_group_name = {UUID}
29
30 ueb_listeners_enable = true
31
32 decryption_key = <%= @decrypt_key %>