[PORTAL-7] Rebase
[portal.git] / ecomp-portal-BE-os / src / main / webapp / WEB-INF / fusion / conf / fusion.properties
1 #os
2 ###
3 # ================================================================================
4 # eCOMP Portal
5 # ================================================================================
6 # Copyright (C) 2017 AT&T Intellectual Property
7 # ================================================================================
8 # Licensed under the Apache License, Version 2.0 (the "License");
9 # you may not use this file except in compliance with the License.
10 # You may obtain a copy of the License at
11
12 #      http://www.apache.org/licenses/LICENSE-2.0
13
14 # Unless required by applicable law or agreed to in writing, software
15 # distributed under the License is distributed on an "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # See the License for the specific language governing permissions and
18 # limitations under the License.
19 # ================================================================================
20 ###
21 # domain settings
22 #domain_class_location = 
23
24 # validator settings
25 #default_error_message = Default error message
26
27 login_url_no_ret_val = http://localhost:9000/ecompportal/login.htm
28
29 user_attribute_name      = user
30
31 # User Session settings
32 #user_attribute_name           = user
33 roles_attribute_name          = roles
34 role_functions_attribute_name = role_functions
35 #client_device_attribute_name  = client_device
36 #client_device_emulation       = false
37 #client_device_type_to_emulate = 
38
39 # menu settings
40 menu_query_name                      = menuData
41 #menu_properties_file_location        = /WEB-INF/fusion/menu/
42 application_menu_set_name            = APP
43 application_menu_attribute_name      = applicationMenuData
44 #application_menu_properties_name     = menu.properties
45 business_direct_menu_set_name        = BD
46 #business_direct_menu_properties_name = bd.menu.properties
47 business_direct_menu_attribute_name  = businessDirectMenuData
48
49 # RAPTOR config settings
50 #raptor_config_file_path = /WEB-INF/conf/
51
52 # ECOMP settings
53 ecomp_app_id = 1
54 # Role settings
55 sys_admin_role_id = 1
56 account_admin_role_id = 999
57 restricted_app_role_id = 900
58 #sys_admin_role_function_delete_from_ui = true
59
60 # Profile Search settings
61 #profile_search_report_id=181
62 #callable_profile_search_report_id=386
63
64
65 # Home Page index html
66
67 home_page                                               = /index.html
68
69 authentication_mechanism = DBAUTH
70
71 login.error.hrid.empty = Login failed, please contact system administrator. 
72 login.error.hrid.not-found = User not found, please contact system administrator.
73 login.error.user.inactive = Account is disabled, please contact system administrator.
74
75 #
76 # Number of seconds to poll health (database operational, etc.)
77 #
78 health_poll_interval_seconds = 5
79 #
80 # 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  
81 # if the component remains down.   For example a value of 30, would translate to 30 * 60 seconds = 1800 seconds, or every 30 minutes
82 #
83 health_fail_alert_every_x_intervals =  30