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