summaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-portal.properties.erb
blob: 4f23cb827f36c43379986f56ebb01b2ad0d92df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Portal REST URL, ends "/auxapi"
ecomp_rest_url = <%= @ecomp_rest_url %>

# Java implementation of interface
portal.api.impl.class = org.openecomp.sdc.be.ecomp.EcompIntImpl

# CSP-SSO URL

ecomp_redirect_url = <%= @ecomp_redirect_url %>

# Comma-separated list of UEB server names

ueb_url_list = <%= @ueb_url_list %>

# UEB topic where Portal listens
ecomp_portal_inbox_name = <%= @inbox_name %>

# UEB key generated while on-boarding
ueb_app_key = <%= @app_key %>

# UEB secret generated while on-boarding
ueb_app_secret = <%= @app_secret %>

# UEB topic where App listens
ueb_app_mailbox_name = <%= @app_topic_name %>

# Consumer group name; most Apps should use {UUID}
ueb_app_consumer_group_name = {UUID}

ueb_listeners_enable = true

decryption_key = <%= @decrypt_key %>