Add license to policy-engine files
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / WEB-INF / conf / system.properties
1 #
2 #============LICENSE_START==================================================
3 #  ONAP Policy Engine
4 #===========================================================================
5 #  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
6 #===========================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10 #
11 #         http://www.apache.org/licenses/LICENSE-2.0
12 #
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 #============LICENSE_END==================================================
19 #
20
21 # Properties read by ONAP Core library, onapSDK-core.jar
22
23 ##########################################################################
24 # The following properties should NOT be changed by partner applications.
25 ##########################################################################
26
27 application_user_id           = 30000
28 post_default_role_id          = 16
29 clustered                     = true
30
31 #Enable Fusion Mobile capabilities for the application
32 mobile_enable                             = false
33
34 # Cache config file is needed on the classpath
35 cache_config_file_path        = /WEB-INF/classes/cache.ccf
36 cache_switch                  = 199
37 cache_load_on_startup         = false
38
39 user_name                                         = fullName
40 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
41
42 ##########################################################################
43 # The following properties MAY require changes by partner applications.
44 ##########################################################################
45 #Mysql
46 db.driver = org.mariadb.jdbc.Driver
47 db.connectionURL = jdbc:mariadb://localhost:3306/onapsdk1707
48 db.userName = root
49 db.password = 
50 db.hib.dialect = org.hibernate.dialect.MySQLDialect
51 db.min_pool_size = 5
52 db.max_pool_size = 10
53 hb.dialect = org.hibernate.dialect.MySQLDialect
54 # SQL statements are logged to stdout
55 hb.show_sql = true
56 hb.idle_connection_test_period = 3600
57
58 app_display_name = EP SDK App
59 files_path = /tmp
60
61 #element map files
62 element_map_file_path = /tmp
63 element_map_icon_path = app/fusionapp/icons/
64
65 #Cron Schedules have 6 required fields and 1 optional field:
66 # Seconds Minutes Hours Day-of-Month Month Day-of-Week Year
67 log_cron                      = 0 0/1 * * * ?;
68 mylogins_feed_cron            = 0 0/60 * * * ?;
69 #sessiontimeout_feed_cron         = 0 * * * * ? *
70 my_login_feed_output_dir      = /tmp/MyLogins
71
72 # ONAP Portal Shared Context REST API URL
73 onap_shared_context_rest_url= todo_add_Shared_context_rest_url
74
75 # Link shown in Help menu
76 contact_us_link = todo_Add_contact_link
77
78 # Camunda cockpit link
79 camunda_cockpit_link = todo_Add_camunda_cockpit_link
80 # An Unique 128-bit value defined to identify a specific version
81 # of an application deployed on a specific virtual machine.
82 # This value must be generated and updated by the application 
83 # which is using the ONAP SDK at the time of its deployment.
84 # Online Unique UUID generator - https://www.uuidgenerator.net/
85 instance_uuid=8da691c9-987d-43ed-a358-00ac2f35685d
86
87 #  R Cloud feature
88 guard_notebook_url=todo_Add_guard_notebook_url
89
90 # Application base URL has the host and app context only; a proper prefix of the on-boarded URL.
91 # Only required for applications using WebJunction or FE/BE separation.  For example:
92 # app_base_url = todo_add_base_url