1 # Copyright © 2018 Amdocs, Bell Canada, AT&T
 
   3 # Licensed under the Apache License, Version 2.0 (the "License");
 
   4 # you may not use this file except in compliance with the License.
 
   5 # You may obtain a copy of the License at
 
   7 #       http://www.apache.org/licenses/LICENSE-2.0
 
   9 # Unless required by applicable law or agreed to in writing, software
 
  10 # distributed under the License is distributed on an "AS IS" BASIS,
 
  11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
  12 # See the License for the specific language governing permissions and
 
  13 # limitations under the License.
 
  16 db.driver = org.mariadb.jdbc.Driver
 
  17 db.connectionURL = jdbc:mariadb:failover://portal-db:3306/portal
 
  20 db.hib.dialect = org.hibernate.dialect.MySQLDialect
 
  23 hb.dialect = org.hibernate.dialect.MySQLDialect
 
  25 hb.db_reconnect = true
 
  26 hb.idle_connection_test_period = 3600
 
  28 app_display_name = Portal
 
  30 context_root = ONAPPORTAL
 
  32 menu_query_name                      = menuData
 
  33 menu_properties_file_location        = /WEB-INF/fusion/menu/
 
  34 application_menu_set_name            = APP
 
  35 application_menu_attribute_name      = applicationMenuData
 
  36 application_menu_properties_name     = menu.properties
 
  37 business_direct_menu_set_name        = BD
 
  38 business_direct_menu_properties_name = bd.menu.properties
 
  39 business_direct_menu_attribute_name  = businessDirectMenuData
 
  41 application_user_id           = 30000
 
  42 post_default_role_id          = 1
 
  44 #Enable Fusion Mobile capabilities for the application
 
  47 cache_config_file_path        = /WEB-INF/conf/cache.ccf
 
  49 cache_load_on_startup         = false
 
  52 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
 
  57 log_cron                      = 0 * * * * ? *
 
  58 sessiontimeout_feed_cron          = 0 0/5 * * * ? *
 
  61 frontend_url                  = http://{{.Values.global.portalHostName}}:{{.Values.global.portalPort}}/ONAPPORTAL/applicationsHome
 
  64 # An Unqiue 128-bit value defined to indentify a specific version of
 
  65 # ECOMP Portal deployed on a specific virtual machine.
 
  66 # This value must be generated and updated at the time of
 
  68 # Online Unique UUID generator - https://www.uuidgenerator.net/
 
  69 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
 
  71 elastic_search_url                      = http://
 
  72 contact_us_link                         = http://
 
  73 user_guide_link             = http://
 
  75 # Contact Us page properties
 
  76 ush_ticket_url                          = http://
 
  77 feedback_email_address          = portal@lists.onap.org
 
  78 portal_info_url                         = https://
 
  80 #Online user bar refresh interval, in seconds
 
  81 online_user_update_rate                  = 30
 
  83 #Online user bar refresh total duration, in seconds
 
  84 online_user_update_duration       = 300
 
  86 #authenticate user server
 
  87 authenticate_user_server=http://{{.Values.global.portalHostName}}:8383/openid-connect-server-webapp/allUsers
 
  89 #window width threshold to collapse left/right menu when page onload
 
  90 window_width_threshold_left_menu = 1400
 
  91 window_width_threshold_right_menu = 1350
 
  93 # User notification refresh interval and duration, in seconds
 
  94 notification_update_rate = 90
 
  95 notification_update_duration = 900
 
  97 #Microservices Related Properties for Portal
 
  98 microservices.widget.protocol = http
 
  99 microservices.widget.hostname = portal-widget
 
 100 microservices.widget.username = widget_user
 
 101 microservices.widget.password = M+KcrCMVrR1rAxtiFE49n1uXC3FCkNBqFgeYsubEC/U=
 
 102 #This property won't be needed after consul is functional on VMs -
 
 103 microservices.widget.local.port = 8082
 
 104 microservices.m-learn.local.port = 8083
 
 105 #HALO API enable flag
 
 106 external_access_enable = false
 
 108 #delete auditlog from number of days ago
 
 109 auditlog_del_day_from = 365
 
 111 #External system notification URL
 
 112 external_system_notification_url= https://jira.onap.org/browse/
 
 114 # External Access System Basic Auth Credentials & Rest endpoint(These credentials doesn't work as these are place holders for now)
 
 115 ext_central_access_user_name = m00468@portal.onap.org
 
 116 ext_central_access_password = ByC0BEX2v5+4HBv2GA4S+Mi2iML+GrGNJ5Gxo/V/iWM=
 
 117 ext_central_access_url = https://aaftest.test.onap.org:8095/proxy/authz/
 
 118 ext_central_access_user_domain = @csp.onap.org
 
 120 # External Central Auth system access
 
 121 remote_centralized_system_access = false
 
 124 cookie_domain = onap.org