64f9f65c6ed2dc84fbc254a3c02837bd9050c31b
[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 ##########################################################################
23 # The following properties REQUIRE changes by partner applications.
24 ##########################################################################
25
26         
27 #Mysql
28 db.driver =  org.mariadb.jdbc.Driver
29 db.connectionURL = jdbc:mariadb://localhost:3306/onap_sdk
30 db.userName = policy_user
31 db.password = policy_user
32 db.encrypt_flag = false
33 db.hib.dialect = org.hibernate.dialect.MySQLDialect
34 db.min_pool_size = 5
35 db.max_pool_size = 10
36 #db.test_connection_on_checkout = false
37 #db.preferred_test_query = SELECT 1 from FN_USER
38
39 hb.dialect = org.hibernate.dialect.MySQLDialect
40 # SQL statements are logged to stdout
41 hb.show_sql = true
42 hb.idle_connection_test_period = 3600
43
44 app_display_name = ONAP Policy
45 # license file area
46 files_path = /tmp
47
48 #element map files
49 element_map_file_path = app/fusionapp/files/
50 element_map_icon_path = app/fusionapp/icons/
51
52 #Cron Schedules have 6 required fields and 1 optional field:
53 # Seconds Minutes Hours Day-of-Month Month Day-of-Week Year
54 log_cron                      = 0 0/1 * * * ?;
55 #sessiontimeout_feed_cron         = 0 * * * * ? *
56
57 # Link shown in Help menu
58 contact_us_link = https://wiki.onap.org/display/DW/Portal
59
60 # An Unique 128-bit value defined to identify a specific version
61 # of an application deployed on a specific virtual machine.
62 # This value must be generated and updated by the application 
63 # which is using the ONAP SDK at the time of its deployment.
64 # Online Unique UUID generator - https://www.uuidgenerator.net/
65 instance_uuid=8a3a3721-bca6-4140-92a3-5b1ad1b0df83
66
67 # Application base URL has the host and app context only; a proper prefix of the on-boarded URL.
68 # Only required for applications using FE/BE separation.  For example:
69 # app_base_url = https://www.onap.org/app_context/
70
71 #authenticate user server
72 authenticate_user_server=http://todo_enter_auth_server_hostname:8383/openid-connect-server-webapp/allUsers