Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 1 | # domain settings |
| 2 | #domain_class_location = |
| 3 | |
| 4 | # validator settings |
| 5 | #default_error_message = Default error message |
| 6 | |
Christopher Lott (cl778h) | 764405b | 2017-10-18 16:04:10 -0400 | [diff] [blame] | 7 | login_url_no_ret_val = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 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 | |
Hima Elisetty | 24608a9 | 2018-04-19 14:15:29 -0400 | [diff] [blame] | 22 | # ONAP settings |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 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 |