2 db.driver = com.mysql.jdbc.Driver
 
   3 db.connectionURL = jdbc:mysql://portaldb.onap-portal: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 = ECOMPPORTAL
 
  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.openecomp.org:8989/ECOMPPORTAL/applicationsHome 
 
  51 cookie_domain = openecomp.org
 
  53 # An Unqiue 128-bit value defined to indentify a specific version of
 
  54 # ECOMP Portal deployed on a specific virtual machine.
 
  55 # This value must be generated and updated at the time of 
 
  57 # Online Unique UUID generator - https://www.uuidgenerator.net/
 
  58 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
 
  60 ecomp_shared_context_rest_url= http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/context
 
  61 elastic_search_url                      = http://
 
  62 contact_us_link                         = http://
 
  63 user_guide_link             = http://
 
  64 # ML - commented out this hardcoded test path
 
  65 #temp_path = C:/Users/cfu/Desktop/temp
 
  67 # Contact Us page properties
 
  68 ush_ticket_url                          = http://
 
  69 feedback_email_address          = portal@lists.openecomp.org
 
  70 portal_info_url                         = https://
 
  72 #Online user bar refresh interval, in seconds
 
  73 online_user_update_rate                  = 30
 
  75 #Online user bar refresh total duration, in seconds
 
  76 online_user_update_duration       = 300
 
  78 #authenticate user server
 
  79 authenticate_user_server=http://portal.api.simpledemo.openecomp.org:8383/openid-connect-server-webapp/allUsers
 
  81 #window width threshold to collapse left/right menu when page onload
 
  82 window_width_threshold_left_menu = 1400
 
  83 window_width_threshold_right_menu = 1350
 
  84 # User notification refresh interval and duration, in seconds
 
  85 notification_update_rate = 90
 
  86 notification_update_duration = 900
 
  88 #Microservices Related Properties for Portal
 
  89 microservices.widget.protocol = http
 
  90 microservices.widget.hostname = portal.api.simpledemo.openecomp.org
 
  91 microservices.widget.username = widget_user
 
  92 microservices.widget.password = KpuqIB08YHg+btG+pjX+sA==
 
  93 #This property won't be needed after consul is functional on VMs -
 
  94 microservices.widget.local.port = 8082
 
  95 microservices.m-learn.local.port = 8083
 
  97 external_access_enable = false
 
  99 #delete auditlog from number of days ago
 
 100 auditlog_del_day_from = 365