2 db.driver = org.mariadb.jdbc.Driver
 
   3 db.connectionURL = jdbc:mariadb:failover://{{.Release.Name}}-{{.Values.mariadb.chart.name}}.{{.Release.Namespace}}:3306/portal
 
   6 db.hib.dialect = org.hibernate.dialect.MySQLDialect
 
   9 hb.dialect = org.hibernate.dialect.MySQLDialect
 
  11 hb.db_reconnect = true
 
  12 hb.idle_connection_test_period = 3600
 
  14 app_display_name = Portal
 
  16 context_root = ONAPPORTAL
 
  18 menu_query_name                      = menuData
 
  19 menu_properties_file_location        = /WEB-INF/fusion/menu/
 
  20 application_menu_set_name            = APP
 
  21 application_menu_attribute_name      = applicationMenuData
 
  22 application_menu_properties_name     = menu.properties
 
  23 business_direct_menu_set_name        = BD
 
  24 business_direct_menu_properties_name = bd.menu.properties
 
  25 business_direct_menu_attribute_name  = businessDirectMenuData
 
  27 application_user_id           = 30000
 
  28 post_default_role_id          = 1
 
  30 #Enable Fusion Mobile capabilities for the application
 
  33 cache_config_file_path        = /WEB-INF/conf/cache.ccf
 
  35 cache_load_on_startup         = false
 
  38 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
 
  43 log_cron                      = 0 * * * * ? *
 
  44 sessiontimeout_feed_cron          = 0 0/5 * * * ? *
 
  47 frontend_url                  = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/applicationsHome
 
  50 # An Unqiue 128-bit value defined to indentify a specific version of
 
  51 # ECOMP Portal deployed on a specific virtual machine.
 
  52 # This value must be generated and updated at the time of
 
  54 # Online Unique UUID generator - https://www.uuidgenerator.net/
 
  55 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
 
  57 elastic_search_url                      = http://
 
  58 contact_us_link                         = http://
 
  59 user_guide_link             = http://
 
  61 # Contact Us page properties
 
  62 ush_ticket_url                          = http://
 
  63 feedback_email_address          = portal@lists.onap.org
 
  64 portal_info_url                         = https://
 
  66 #Online user bar refresh interval, in seconds
 
  67 online_user_update_rate                  = 30
 
  69 #Online user bar refresh total duration, in seconds
 
  70 online_user_update_duration       = 300
 
  72 #authenticate user server
 
  73 authenticate_user_server=http://portal.api.simpledemo.onap.org:8383/openid-connect-server-webapp/allUsers
 
  75 #window width threshold to collapse left/right menu when page onload
 
  76 window_width_threshold_left_menu = 1400
 
  77 window_width_threshold_right_menu = 1350
 
  79 # User notification refresh interval and duration, in seconds
 
  80 notification_update_rate = 90
 
  81 notification_update_duration = 900
 
  83 #Microservices Related Properties for Portal
 
  84 microservices.widget.protocol = http
 
  85 microservices.widget.hostname = {{.Release.Name}}-{{.Values.widget.chart.name}}.{{.Release.Namespace}}
 
  86 microservices.widget.username = widget_user
 
  87 microservices.widget.password = M+KcrCMVrR1rAxtiFE49n1uXC3FCkNBqFgeYsubEC/U=
 
  88 #This property won't be needed after consul is functional on VMs -
 
  89 microservices.widget.local.port = 8082
 
  90 microservices.m-learn.local.port = 8083
 
  92 external_access_enable = false
 
  94 #delete auditlog from number of days ago
 
  95 auditlog_del_day_from = 365
 
  97 #External system notification URL
 
  98 external_system_notification_url= https://jira.onap.org/browse/
 
 100 # External Access System Basic Auth Credentials & Rest endpoint(These credentials doesn't work as these are place holders for now)
 
 101 ext_central_access_user_name = m00468@portal.onap.org
 
 102 ext_central_access_password = ByC0BEX2v5+4HBv2GA4S+Mi2iML+GrGNJ5Gxo/V/iWM=
 
 103 ext_central_access_url = https://aaftest.test.onap.org:8095/proxy/authz/
 
 104 ext_central_access_user_domain = @csp.onap.org
 
 106 # External Central Auth system access
 
 107 remote_centralized_system_access = false
 
 110 cookie_domain = onap.org