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