1 # Copyright © 2018 Amdocs, Bell Canada, AT&T
 
   2 # Modifications Copyright © 2020 AT&T
 
   4 # Licensed under the Apache License, Version 2.0 (the "License");
 
   5 # you may not use this file except in compliance with the License.
 
   6 # You may obtain a copy of the License at
 
   8 #       http://www.apache.org/licenses/LICENSE-2.0
 
  10 # Unless required by applicable law or agreed to in writing, software
 
  11 # distributed under the License is distributed on an "AS IS" BASIS,
 
  12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
  13 # See the License for the specific language governing permissions and
 
  14 # limitations under the License.
 
  17 db.driver = org.mariadb.jdbc.Driver
 
  18 db.connectionURL = jdbc:mariadb:failover://portal-db:3306/portal
 
  19 db.userName =${PORTAL_DB_USER}
 
  20 db.password =${PORTAL_DB_PASSWORD}
 
  21 db.hib.dialect = org.hibernate.dialect.MySQLDialect
 
  24 hb.dialect = org.hibernate.dialect.MySQLDialect
 
  26 hb.db_reconnect = true
 
  27 hb.idle_connection_test_period = 3600
 
  29 app_display_name = Portal
 
  31 context_root = ONAPPORTAL
 
  33 menu_query_name                      = menuData
 
  34 menu_properties_file_location        = /WEB-INF/fusion/menu/
 
  35 application_menu_set_name            = APP
 
  36 application_menu_attribute_name      = applicationMenuData
 
  37 application_menu_properties_name     = menu.properties
 
  38 business_direct_menu_set_name        = BD
 
  39 business_direct_menu_properties_name = bd.menu.properties
 
  40 business_direct_menu_attribute_name  = businessDirectMenuData
 
  42 application_user_id           = 30000
 
  43 post_default_role_id          = 1
 
  45 #Enable Fusion Mobile capabilities for the application
 
  48 cache_config_file_path        = /WEB-INF/conf/cache.ccf
 
  50 cache_load_on_startup         = false
 
  53 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
 
  58 log_cron                      = 0 * * * * ? *
 
  59 sessiontimeout_feed_cron          = 0 0/5 * * * ? *
 
  62 frontend_url                  = https://{{.Values.global.portalHostName}}:{{.Values.global.portalFEPort}}/ONAPPORTAL/applicationsHome
 
  65 # An Unqiue 128-bit value defined to indentify a specific version of
 
  66 # ECOMP Portal deployed on a specific virtual machine.
 
  67 # This value must be generated and updated at the time of
 
  69 # Online Unique UUID generator - https://www.uuidgenerator.net/
 
  70 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
 
  72 elastic_search_url                      = http://
 
  73 contact_us_link                         = http://
 
  74 user_guide_link             = http://
 
  76 # Contact Us page properties
 
  77 ush_ticket_url                          = http://
 
  78 feedback_email_address          = portal@lists.onap.org
 
  79 portal_info_url                         = https://
 
  81 #Online user bar refresh interval, in seconds
 
  82 online_user_update_rate                  = 30
 
  84 #Online user bar refresh total duration, in seconds
 
  85 online_user_update_duration       = 300
 
  87 #authenticate user server
 
  88 authenticate_user_server=http://{{.Values.global.portalHostName}}:8383/openid-connect-server-webapp/allUsers
 
  90 #window width threshold to collapse left/right menu when page onload
 
  91 window_width_threshold_left_menu = 1400
 
  92 window_width_threshold_right_menu = 1350
 
  94 # User notification refresh interval and duration, in seconds
 
  95 notification_update_rate = 90
 
  96 notification_update_duration = 900
 
  98 #Microservices Related Properties for Portal
 
  99 microservices.widget.protocol = http
 
 100 microservices.widget.hostname = portal-widget
 
 101 microservices.widget.username = widget_user
 
 102 microservices.widget.password = M+KcrCMVrR1rAxtiFE49n1uXC3FCkNBqFgeYsubEC/U=
 
 103 #This property won't be needed after consul is functional on VMs -
 
 104 microservices.widget.local.port = 8082
 
 105 microservices.m-learn.local.port = 8083
 
 106 #HALO API enable flag
 
 107 external_access_enable = false
 
 109 #delete auditlog from number of days ago
 
 110 auditlog_del_day_from = 365
 
 112 #External system notification URL
 
 113 external_system_notification_url= https://jira.onap.org/browse/
 
 116 cookie_domain = onap.org
 
 118 # External Central Auth system access
 
 119 remote_centralized_system_access = {{.Values.global.aafEnabled}}
 
 121 # External Access System Basic Auth Credentials & Rest endpoint
 
 122 ext_central_access_user_name = aaf_admin@people.osaaf.org
 
 123 ext_central_access_password = demo123456!
 
 124 ext_central_access_url = {{.Values.aafURL}}
 
 125 ext_central_access_user_domain = @people.osaaf.org