UI adaptation for supporting ONAP portal SDK
[validation.git] / ui / src / main / webapp / WEB-INF / conf / system.properties
1 #
2 # Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
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 # The following properties should NOT be changed by partner applications.
19 ##########################################################################
20
21 application_user_id           = 30000
22 post_default_role_id          = 16
23 clustered                     = true
24
25 #Enable Fusion Mobile capabilities for the application
26 mobile_enable                             = false
27
28 # Cache config file is needed on the classpath
29 cache_config_file_path        = /WEB-INF/classes/cache.ccf
30 cache_switch                  = 199
31 cache_load_on_startup         = false
32
33 user_name                     = fullName
34 decryption_key                = AGLDdG4D04BKm2IxIWEr8o==
35
36 ##########################################################################
37 # The following properties REQUIRE changes by partner applications.
38 ##########################################################################
39
40 #Mysql
41 db.driver =  org.mariadb.jdbc.Driver
42 db.userName = root
43 db.encrypt_flag = false
44 db.hib.dialect = org.hibernate.dialect.MySQLDialect
45 db.min_pool_size = 5
46 db.max_pool_size = 10
47 #db.test_connection_on_checkout = false
48 #db.preferred_test_query = SELECT 1 from FN_USER
49
50 hb.dialect = org.hibernate.dialect.MySQLDialect
51 # SQL statements are logged to stdout
52 hb.show_sql = true
53 hb.idle_connection_test_period = 3600
54
55 app_display_name = Akraino Blueprint Validation UI
56 # license file area
57 files_path = /tmp
58
59 #element map files
60 element_map_file_path = app/fusionapp/files/
61 element_map_icon_path = app/fusionapp/icons/
62
63 #Cron Schedules have 6 required fields and 1 optional field:
64 # Seconds Minutes Hours Day-of-Month Month Day-of-Week Year
65 log_cron                      = 0 0/1 * * * ?;
66 #sessiontimeout_feed_cron         = 0 * * * * ? *
67
68 # Link shown in Help menu
69 contact_us_link = https://wiki.onap.org/display/DW/Portal
70
71 # An Unique 128-bit value defined to identify a specific version
72 # of an application deployed on a specific virtual machine.
73 # This value must be generated and updated by the application
74 # which is using the ECOMP SDK at the time of its deployment.
75 # Online Unique UUID generator - https://www.uuidgenerator.net/
76 instance_uuid=8da691c9-987d-43ed-a358-00ac2f35685d
77
78 # Application base URL has the host and app context only; a proper prefix of the on-boarded URL.
79 # Only required for applications using FE/BE separation.  For example:
80 # app_base_url = https://www.onap.org/app_context/
81
82 #authenticate user server
83 authenticate_user_server=http://todo_enter_auth_server_hostname:8383/openid-connect-server-webapp/allUsers
84 #cookie domain
85 cookie_domain = onap.org