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