[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / portal / components / portal-sdk / resources / config / deliveries / properties / ONAPPORTALSDK / system.properties
1 # Copyright © 2018 Amdocs, Bell Canada, AT&T
2 #
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
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
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.
14
15
16 # Properties read by ECOMP Core library, ecompSDK-core.jar
17
18 ##########################################################################
19 # The following properties should NOT be changed by partner applications.
20 ##########################################################################
21
22 application_user_id           = 30000
23 post_default_role_id          = 16
24 clustered                     = true
25
26 #Enable Fusion Mobile capabilities for the application
27 mobile_enable                             = false
28
29 # Cache config file is needed on the classpath
30 cache_config_file_path        = /WEB-INF/classes/cache.ccf
31 cache_switch                  = 199
32 cache_load_on_startup         = false
33
34 user_name                                         = fullName
35 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
36
37 ##########################################################################
38 # The following properties MAY require changes by partner applications.
39 ##########################################################################
40
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}
45 db.min_pool_size = 5
46 db.max_pool_size = 10
47 hb.dialect = org.hibernate.dialect.MySQLDialect
48 # SQL statements are logged to stdout
49 hb.show_sql = true
50 hb.idle_connection_test_period = 3600
51
52 app_display_name = Demo App
53 files_path = /tmp
54
55 #element map files
56 element_map_file_path = /tmp
57 element_map_icon_path = app/fusionapp/icons/
58
59 #Cron Schedules
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
64
65 # Link shown in Help menu
66 contact_us_link = https://todo_contact_us_link.com
67
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
74
75 # R Cloud feature - configure this property to enable notebook feature - for more details on RCloud please visit https://rcloud.social/index.html
76 guard_notebook_url=
77
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
81
82 #cookie domain
83 cookie_domain = onap.org
84
85 # External Central Auth system access
86 remote_centralized_system_access = {{.Values.global.aafEnabled}}
87
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