84c5dc5ddca92d8da2f9616f63fcd032bcad2c86
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / WEB-INF / conf / system.properties
1 # Properties read by ONAP Core library, onapSDK-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 MAY require changes by partner applications.
24 ##########################################################################
25 #Mysql
26 db.driver = org.mariadb.jdbc.Driver
27 db.connectionURL = jdbc:mariadb://localhost:3306/onapsdk1707
28 db.userName = root
29 db.password = 
30 db.hib.dialect = org.hibernate.dialect.MySQLDialect
31 db.min_pool_size = 5
32 db.max_pool_size = 10
33 hb.dialect = org.hibernate.dialect.MySQLDialect
34 # SQL statements are logged to stdout
35 hb.show_sql = true
36 hb.idle_connection_test_period = 3600
37
38 app_display_name = EP SDK App
39 files_path = /tmp
40
41 #element map files
42 element_map_file_path = /tmp
43 element_map_icon_path = app/fusionapp/icons/
44
45 #Cron Schedules have 6 required fields and 1 optional field:
46 # Seconds Minutes Hours Day-of-Month Month Day-of-Week Year
47 log_cron                      = 0 0/1 * * * ?;
48 mylogins_feed_cron            = 0 0/60 * * * ?;
49 #sessiontimeout_feed_cron         = 0 * * * * ? *
50 my_login_feed_output_dir      = /tmp/MyLogins
51
52 # ONAP Portal Shared Context REST API URL
53 onap_shared_context_rest_url= todo_add_Shared_context_rest_url
54
55 # Link shown in Help menu
56 contact_us_link = todo_Add_contact_link
57
58 # Camunda cockpit link
59 camunda_cockpit_link = todo_Add_camunda_cockpit_link
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=8da691c9-987d-43ed-a358-00ac2f35685d
66
67 #  R Cloud feature
68 guard_notebook_url=todo_Add_guard_notebook_url
69
70 # Application base URL has the host and app context only; a proper prefix of the on-boarded URL.
71 # Only required for applications using WebJunction or FE/BE separation.  For example:
72 # app_base_url = todo_add_base_url