Resolved Security Vulnerability issues
[policy/engine.git] / ONAP-SDK-APP / src / main / webapp / WEB-INF / conf / system.properties
1 # Properties read by ONAP Core library, epsdk-core.jar
2
3 ##########################################################################
4 # The following properties should NOT be changed by partner applications.
5 ##########################################################################
6
7 application_user_id           = 30000
8 post_default_role_id          = 16
9 clustered                     = true
10
11 #Enable Fusion Mobile capabilities for the application
12 mobile_enable                             = false
13
14 # Cache config file is needed on the classpath
15 cache_config_file_path        = /WEB-INF/classes/cache.ccf
16 cache_switch                  = 199
17 cache_load_on_startup         = false
18
19 user_name                                         = fullName
20 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
21
22 #cookie domain
23 cookie_domain = onap.org
24 ##########################################################################
25 # The following properties REQUIRE changes by partner applications.
26 ##########################################################################
27
28         
29 #Mysql
30 db.driver =  org.mariadb.jdbc.Driver
31 db.connectionURL = jdbc:mariadb://localhost:3306/onap_sdk
32 db.userName = policy_user
33 db.password = policy_user
34 db.encrypt_flag = false
35 db.hib.dialect = org.hibernate.dialect.MySQLDialect
36 db.min_pool_size = 5
37 db.max_pool_size = 10
38 #db.test_connection_on_checkout = false
39 #db.preferred_test_query = SELECT 1 from FN_USER
40
41 hb.dialect = org.hibernate.dialect.MySQLDialect
42 # SQL statements are logged to stdout
43 hb.show_sql = true
44 hb.idle_connection_test_period = 3600
45
46 app_display_name = ONAP Policy
47 # license file area
48 files_path = /tmp
49
50 #element map files
51 element_map_file_path = app/fusionapp/files/
52 element_map_icon_path = app/fusionapp/icons/
53
54 #Cron Schedules have 6 required fields and 1 optional field:
55 # Seconds Minutes Hours Day-of-Month Month Day-of-Week Year
56 log_cron                      = 0 0/1 * * * ?;
57 #sessiontimeout_feed_cron         = 0 * * * * ? *
58
59 # Link shown in Help menu
60 contact_us_link = https://wiki.onap.org/display/DW/Portal
61
62 # An Unique 128-bit value defined to identify a specific version
63 # of an application deployed on a specific virtual machine.
64 # This value must be generated and updated by the application 
65 # which is using the ONAP SDK at the time of its deployment.
66 # Online Unique UUID generator - https://www.uuidgenerator.net/
67 instance_uuid=8a3a3721-bca6-4140-92a3-5b1ad1b0df83
68
69 # Application base URL has the host and app context only; a proper prefix of the on-boarded URL.
70 # Only required for applications using FE/BE separation.  For example:
71 # app_base_url = https://www.onap.org/app_context/
72
73 #authenticate user server
74 authenticate_user_server=http://todo_enter_auth_server_hostname:8383/openid-connect-server-webapp/allUsers