1 # Properties read by ECOMP Core library, ecompSDK-core.jar
 
   3 ##########################################################################
 
   4 # The following properties should NOT be changed by partner applications.
 
   5 ##########################################################################
 
   7 application_user_id           = 30000
 
   8 post_default_role_id          = 16
 
  11 #Enable Fusion Mobile capabilities for the application
 
  14 # Cache config file is needed on the classpath
 
  15 cache_config_file_path        = /WEB-INF/classes/cache.ccf
 
  17 cache_load_on_startup         = false
 
  20 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
 
  22 ##########################################################################
 
  23 # The following properties MAY require changes by partner applications.
 
  24 ##########################################################################
 
  26 db.driver = org.mariadb.jdbc.Driver
 
  27 db.connectionURL = jdbc:mariadb://{{.Release.Name}}-{{.Values.mariadb.chart.name}}.{{.Release.Namespace}}:3306/ecomp_sdk
 
  29 db.password = Aa123456
 
  32 hb.dialect = org.hibernate.dialect.MySQLDialect
 
  33 # SQL statements are logged to stdout
 
  35 hb.idle_connection_test_period = 3600
 
  37 app_display_name = Demo App
 
  41 element_map_file_path = /tmp
 
  42 element_map_icon_path = app/fusionapp/icons/
 
  45 log_cron                      = 0 0/1 * * * ?;
 
  46 mylogins_feed_cron            = 0 0/60 * * * ?;
 
  47 #sessiontimeout_feed_cron         = 0 * * * * ? *
 
  48 my_login_feed_output_dir      = /tmp/MyLogins
 
  50 # Link shown in Help menu
 
  51 contact_us_link = https://todo_contact_us_link.com
 
  53 # An Unique 128-bit value defined to identify a specific version
 
  54 # of an application deployed on a specific virtual machine.
 
  55 # This value must be generated and updated by the application
 
  56 # which is using the ECOMP SDK at the time of its deployment.
 
  57 # Online Unique UUID generator - https://www.uuidgenerator.net/
 
  58 instance_uuid=8da691c9-987d-43ed-a358-00ac2f35685d
 
  60 # R Cloud feature - configure this property to enable notebook feature - for more details on RCloud please visit https://rcloud.social/index.html
 
  63 #authenticate user server
 
  64 #TODO: what is this URL supposed to be pointing to?  Nothing in portal opens 8383
 
  65 authenticate_user_server=http://portal.onap.org:8383/openid-connect-server-webapp/allUsers
 
  68 cookie_domain = onap.org