blob: f6182956c607dcb51d394b0d4bb0c43bcb506ed4 [file] [log] [blame]
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -04001# domain settings
2#domain_class_location =
3
4# validator settings
5#default_error_message = Default error message
6
Christopher Lott (cl778h)764405b2017-10-18 16:04:10 -04007login_url_no_ret_val = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -04008
9user_attribute_name = user
10
11# User Session settings
12roles_attribute_name = roles
13role_functions_attribute_name = role_functions
14
15# menu settings
16menu_query_name = menuData
17application_menu_set_name = APP
18application_menu_attribute_name = applicationMenuData
19business_direct_menu_set_name = BD
20business_direct_menu_attribute_name = businessDirectMenuData
21
Hima Elisetty24608a92018-04-19 14:15:29 -040022# ONAP settings
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -040023ecomp_app_id = 1
24# Role settings
25sys_admin_role_id = 1
26account_admin_role_id = 999
27restricted_app_role_id = 900
28
29# Home Page index html
30home_page = /index.html
31
32authentication_mechanism =DBAUTH
33
34login.error.hrid.empty = Login failed, please contact system administrator.
35login.error.hrid.not-found = User not found, please contact system administrator.
36login.error.user.inactive = Account is disabled, please contact system administrator.
37
38#
39# Number of seconds to poll health (database operational, etc.)
40#
41health_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#
46health_fail_alert_every_x_intervals = 30