1 # Copyright © 2018 Amdocs, Bell Canada, AT&T
 
   3 # Licensed under the Apache License, Version 2.0 (the "License");
 
   4 # you may not use this file except in compliance with the License.
 
   5 # You may obtain a copy of the License at
 
   7 #       http://www.apache.org/licenses/LICENSE-2.0
 
   9 # Unless required by applicable law or agreed to in writing, software
 
  10 # distributed under the License is distributed on an "AS IS" BASIS,
 
  11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
  12 # See the License for the specific language governing permissions and
 
  13 # limitations under the License.
 
  16 # Properties read by ECOMP Core library, ecompSDK-core.jar
 
  18 ##########################################################################
 
  19 # The following properties should NOT be changed by partner applications.
 
  20 ##########################################################################
 
  22 application_user_id           = 30000
 
  23 post_default_role_id          = 16
 
  26 #Enable Fusion Mobile capabilities for the application
 
  29 # Cache config file is needed on the classpath
 
  30 cache_config_file_path        = /WEB-INF/classes/cache.ccf
 
  32 cache_load_on_startup         = false
 
  35 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
 
  37 ##########################################################################
 
  38 # The following properties MAY require changes by partner applications.
 
  39 ##########################################################################
 
  41 db.driver = org.mariadb.jdbc.Driver
 
  42 db.connectionURL = jdbc:mariadb://portal-db:3306/ecomp_sdk
 
  43 db.userName =${PORTAL_DB_USER}
 
  44 db.password =${PORTAL_DB_PASSWORD}
 
  47 hb.dialect = org.hibernate.dialect.MySQLDialect
 
  48 # SQL statements are logged to stdout
 
  50 hb.idle_connection_test_period = 3600
 
  52 app_display_name = Demo App
 
  56 element_map_file_path = /tmp
 
  57 element_map_icon_path = app/fusionapp/icons/
 
  60 log_cron                      = 0 0/1 * * * ?;
 
  61 mylogins_feed_cron            = 0 0/60 * * * ?;
 
  62 #sessiontimeout_feed_cron         = 0 * * * * ? *
 
  63 my_login_feed_output_dir      = /tmp/MyLogins
 
  65 # Link shown in Help menu
 
  66 contact_us_link = https://todo_contact_us_link.com
 
  68 # An Unique 128-bit value defined to identify a specific version
 
  69 # of an application deployed on a specific virtual machine.
 
  70 # This value must be generated and updated by the application
 
  71 # which is using the ECOMP SDK at the time of its deployment.
 
  72 # Online Unique UUID generator - https://www.uuidgenerator.net/
 
  73 instance_uuid=8da691c9-987d-43ed-a358-00ac2f35685d
 
  75 # R Cloud feature - configure this property to enable notebook feature - for more details on RCloud please visit https://rcloud.social/index.html
 
  78 #authenticate user server
 
  79 #TODO: what is this URL supposed to be pointing to?  Nothing in portal opens 8383
 
  80 authenticate_user_server=http://{{.Values.global.portalHostName}}:8383/openid-connect-server-webapp/allUsers
 
  83 cookie_domain = onap.org
 
  85 # External Central Auth system access
 
  86 remote_centralized_system_access = {{.Values.global.aafEnabled}}
 
  88 # External Access System Basic Auth Credentials & Rest endpoint
 
  89 # External Access System Basic Auth Credentials & Rest endpoint
 
  90 ext_central_access_user_name = aaf_admin@people.osaaf.org
 
  91 ext_central_access_password = demo123456!
 
  92 ext_central_access_url = {{.Values.aafURL}}
 
  93 ext_central_access_user_domain = @people.osaaf.org