synching portal config with upstream
[oom.git] / kubernetes / config / docker / init / src / config / portal / portal-fe / webapps / etc / ECOMPPORTALAPP / fusion.properties
1 # domain settings
2 #domain_class_location = 
3
4 # validator settings
5 #default_error_message = Default error message
6
7 login_url_no_ret_val = http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm
8
9 user_attribute_name      = user
10
11 # User Session settings
12 roles_attribute_name          = roles
13 role_functions_attribute_name = role_functions
14
15 # menu settings
16 menu_query_name                      = menuData
17 application_menu_set_name            = APP
18 application_menu_attribute_name      = applicationMenuData
19 business_direct_menu_set_name        = BD
20 business_direct_menu_attribute_name  = businessDirectMenuData
21
22 # ECOMP settings
23 ecomp_app_id = 1
24 # Role settings
25 sys_admin_role_id = 1
26 account_admin_role_id = 999
27 restricted_app_role_id = 900
28
29 # Home Page index html
30 home_page                                               = /index.html
31
32 authentication_mechanism =DBAUTH
33
34 login.error.hrid.empty = Login failed, please contact system administrator. 
35 login.error.hrid.not-found = User not found, please contact system administrator.
36 login.error.user.inactive = Account is disabled, please contact system administrator.
37
38 #
39 # Number of seconds to poll health (database operational, etc.)
40 #
41 health_poll_interval_seconds = 5
42 #
43 # If a component is down a log entry will be written that triggers an alert.  This parameter specifies how often this alert should be triggered  
44 # if the component remains down.   For example a value of 30, would translate to 30 * 60 seconds = 1800 seconds, or every 30 minutes
45 #
46 health_fail_alert_every_x_intervals =  30