2 #domain_class_location =
 
   5 #default_error_message = Default error message
 
   7 login_url_no_ret_val = http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm
 
   9 user_attribute_name      = user
 
  11 # User Session settings
 
  12 roles_attribute_name          = roles
 
  13 role_functions_attribute_name = role_functions
 
  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
 
  26 account_admin_role_id = 999
 
  27 restricted_app_role_id = 900
 
  29 # Home Page index html
 
  30 home_page                                               = /index.html
 
  32 authentication_mechanism =DBAUTH
 
  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.
 
  39 # Number of seconds to poll health (database operational, etc.)
 
  41 health_poll_interval_seconds = 5
 
  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
 
  46 health_fail_alert_every_x_intervals =  30