2 db.driver = com.mysql.jdbc.Driver
 
   3 db.connectionURL = jdbc:mysql://portaldb.onap-portal:3306/portal
 
   7 db.hib.dialect = org.hibernate.dialect.MySQLDialect
 
  10 hb.dialect = org.hibernate.dialect.MySQLDialect
 
  12 hb.db_reconnect = true
 
  13 hb.idle_connection_test_period = 3600
 
  15 app_display_name                                          = OpenECOMP Portal
 
  16 files_path = /demeter/WebApps/dev/ECOMP_APP/files
 
  17 context_root = ECOMPPORTAL
 
  19 menu_query_name                      = menuData
 
  20 menu_properties_file_location        = /WEB-INF/fusion/menu/
 
  21 application_menu_set_name            = APP
 
  22 application_menu_attribute_name      = applicationMenuData
 
  23 application_menu_properties_name     = menu.properties
 
  24 business_direct_menu_set_name        = BD
 
  25 business_direct_menu_properties_name = bd.menu.properties
 
  26 business_direct_menu_attribute_name  = businessDirectMenuData
 
  28 application_user_id           = 30000
 
  29 post_default_role_id          = 1
 
  31 #Enable Fusion Mobile capabilities for the application
 
  34 cache_config_file_path        = /WEB-INF/conf/cache.ccf
 
  36 cache_load_on_startup         = false
 
  39 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
 
  44 log_cron                      = 0 * * * * ? *
 
  45 sessiontimeout_feed_cron          = 0 0/5 * * * ? *
 
  48 frontend_url                  = http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/applicationsHome 
 
  52 cookie_domain = openecomp.org
 
  54 # An Unqiue 128-bit value defined to indentify a specific version of
 
  55 # ECOMP Portal deployed on a specific virtual machine.
 
  56 # This value must be generated and updated at the time of
 
  58 # Online Unique UUID generator - https://www.uuidgenerator.net/
 
  59 instance_uuid                           = 90bc9497-10e6-49fe-916b-dcdfaa972383
 
  61 ecomp_shared_context_rest_url= http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/context
 
  62 elastic_search_url                      = http://
 
  63 contact_us_link                         = http://
 
  64 user_guide_link             = http://
 
  65 # ML - commented out this hardcoded test path
 
  66 #temp_path = C:/Users/cfu/Desktop/temp
 
  68 # Contact Us page properties
 
  69 ush_ticket_url                          = http://
 
  70 feedback_email_address          = portal@lists.openecomp.org
 
  71 portal_info_url                         = https://
 
  73 #Online user bar refresh interval, in seconds
 
  74 online_user_update_rate                  = 30
 
  76 #Online user bar refresh total duration, in seconds
 
  77 online_user_update_duration       = 300
 
  79 #authenticate user server
 
  80 authenticate_user_server=http://portal.api.simpledemo.openecomp.org:8383/openid-connect-server-webapp/allUsers
 
  81 #authenticate_user_server=http://outh-server:38383/openid-connect-server-webapp/allUsers
 
  83 #window width threshold to collapse left/right menu when page onload
 
  84 window_width_threshold_left_menu = 1400
 
  85 window_width_threshold_right_menu = 1350