update pom and change aaf config
[portal.git] / ecomp-portal-BE-os / src / main / webapp / WEB-INF / conf / system.properties
1 ###
2 # ============LICENSE_START==========================================
3 # ONAP Portal
4 # ===================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 # ===================================================================
7 #
8 # Unless otherwise specified, all software contained herein is licensed
9 # under the Apache License, Version 2.0 (the "License");
10 # you may not use this software except in compliance with the License.
11 # You may obtain a copy of the License at
12 #
13 #             http://www.apache.org/licenses/LICENSE-2.0
14 #
15 # Unless required by applicable law or agreed to in writing, software
16 # distributed under the License is distributed on an "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
20 #
21 # Unless otherwise specified, all documentation contained herein is licensed
22 # under the Creative Commons License, Attribution 4.0 Intl. (the "License");
23 # you may not use this documentation except in compliance with the License.
24 # You may obtain a copy of the License at
25 #
26 #             https://creativecommons.org/licenses/by/4.0/
27 #
28 # Unless required by applicable law or agreed to in writing, documentation
29 # distributed under the License is distributed on an "AS IS" BASIS,
30 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31 # See the License for the specific language governing permissions and
32 # limitations under the License.
33 #
34 # ============LICENSE_END============================================
35 #
36
37 ###
38
39 db.driver = org.mariadb.jdbc.Driver
40 #db.connectionURL = jdbc:mariadb:failover://localhost:3306/ecomp_portal
41 #db.userName = XXXX
42 #db.password = XXXX
43 db.connectionURL = jdbc:mariadb:failover://localhost:3306/portal_os
44 db.userName = root
45 db.password = root
46 # is the db.password property encrypted?
47 db.encrypt_flag = false
48
49
50 db.hib.dialect = org.hibernate.dialect.MySQLDialect
51 db.min_pool_size = 5
52 db.max_pool_size = 10
53 hb.dialect = org.hibernate.dialect.MySQLDialect
54 hb.show_sql = false
55 hb.db_reconnect = true
56 hb.idle_connection_test_period = 3600
57
58 # Ecomp portal title
59 app_display_name                                          = Portal
60 files_path = /tmp
61 context_root = ECOMPPORTAL
62 # menu settings
63 menu_query_name                      = menuData
64 menu_properties_file_location        = /WEB-INF/fusion/menu/
65 application_menu_set_name            = APP
66 application_menu_attribute_name      = applicationMenuData
67 application_menu_properties_name     = menu.properties
68 business_direct_menu_set_name        = BD
69 business_direct_menu_properties_name = bd.menu.properties
70 business_direct_menu_attribute_name  = businessDirectMenuData
71
72 application_user_id           = 30000
73 post_default_role_id          = 1
74
75 #Enable Fusion Mobile capabilities for the application
76 mobile_enable                             = false
77
78 cache_config_file_path        = /WEB-INF/conf/cache.ccf
79 cache_switch                  = 1
80 cache_load_on_startup         = false
81
82 user_name                                         = fullName
83 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
84
85
86 #Cron Schedules
87 cron_site_name                = one
88 log_cron                      = 0 * * * * ? *
89 sessiontimeout_feed_cron          = 0 0/5 * * * ? *
90
91 #Front end URL  
92 frontend_url                  = http://localhost:9000/ecompportal/applicationsHome
93
94 #cookie domain   PLEASE DO NOT REMOVE THIS VALUE FOR OPEN SOUCE REFACTOR
95 cookie_domain = openecomp.org
96
97 # An Unique 128-bit value defined to identify a specific version of
98 # ECOMP Portal deployed on a specific virtual machine.
99 # This value must be generated and updated at the time of 
100 # the deployment.
101 # Online Unique UUID generator - https://www.uuidgenerator.net/
102 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
103
104 ecomp_shared_context_rest_url= http://todo_enter_be_hostname:9000/ecompportal/context
105
106 ecomp_shared_context_rest_url= http://todo_enter_share_context_rest_hostname:9000/ecompportal/context
107 elastic_search_url                      = http://todo_enter_elastic_search_hostname:9200
108 contact_us_link                         = http://todo_enter_contact_us_hostname 
109 user_guide_link             = http://todo_enter_user_guide_link
110
111 # Contact Us page properties
112 ush_ticket_url                          = http://todo_enter_ush_ticket_url
113 feedback_email_address          = portal@lists.openecomp.org
114 portal_info_url                         = https://todo_enter_portal_info_url    
115
116 #Online user bar refresh interval, in seconds
117 online_user_update_rate                  = 5
118
119 #Online user bar refresh total duration, in seconds
120 online_user_update_duration                     = 900
121
122 # User notification refresh interval and duration, in seconds
123 notification_update_rate                        = 90
124 notification_update_duration            = 900
125 #Widgets upload flag
126 microservices.widget.upload.flag=true
127
128 #Microservices Related Properties for Portal
129 microservices.widget.username = widget_user
130 microservices.widget.password = KpuqIB08YHg+btG+pjX+sA==
131 #This property won't be needed after consul is functional on VMs -
132 microservices.widget.local.port = 8082
133
134 #delete auditlog from number of days ago
135 auditlog_del_day_from = 365
136
137 #authenticate user server
138 authenticate_user_server=http://todo_enter_auth_server_hostname:8383/openid-connect-server-webapp/allUsers
139
140 #window width threshold to collapse left/right menu when page onload
141 window_width_threshold_left_menu = 1400
142 window_width_threshold_right_menu = 1350
143
144 #External system notification URL
145 external_system_notification_url= https://jira.onap.org/browse/
146
147 # External Access System Basic Auth Credentials & Rest endpoint(These credentials doesn't work as these are place holders for now)
148 ext_central_access_user_name = aaf_admin@people.osaaf.org
149 ext_central_access_password = CkmGguWw+Yn0yzqximmSExkOSJ7BdKvOTHFmTMg9Yvc=
150 ext_central_access_url = https://aaf-service:30247/authz/
151 ext_central_access_user_domain = @csp.onap.org
152
153 # External Central Auth system access
154 remote_centralized_system_access = true
155
156 #left menu with root value or non-root
157 portal_left_menu = non-root