[POLICY-122] Policy GUI Fixes
[policy/engine.git] / packages / base / src / files / install / servers / ecomp / WEB-INF / conf / system.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # ECOMP Policy Engine
4 # ================================================================================
5 # Copyright (C) 2017 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 ECOMP Core library, ecompSDK-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 #DB Info
43 #mysql
44 db.driver = ${{JDBC_DRIVER}}
45 db.connectionURL = ${{JDBC_URL}}
46 db.userName = ${{JDBC_USER}}
47 db.password = ${{JDBC_PASSWORD}}
48 db.min_pool_size = 5
49 db.max_pool_size = 100
50 hb.dialect = org.hibernate.dialect.MySQLDialect
51 hb.show_sql = false
52 hb.idle_connection_test_period = 3600
53
54 app_display_name                                          = ${{APP_DISPLAY_NAME}}
55 files_path = /tmp
56
57 #element map files
58 element_map_file_path = /tmp
59 element_map_icon_path = app/fusionapp/icons/
60
61 #Cron Schedules
62 log_cron                      = 0 0/1 * * * ?;
63 mylogins_feed_cron            = 0 0/60 * * * ?;
64 #sessiontimeout_feed_cron         = 0 * * * * ? *
65 my_login_feed_output_dir      = /tmp/MyLogins
66
67 # ECOMP Portal Shared Context REST API URL
68 ecomp_shared_context_rest_url= ${{ECOMP_SHARED_CONTEXT_REST_URL}}
69
70 # Link shown in Help menu
71 contact_us_link = 
72
73 # An Unique 128-bit value defined to identify a specific version
74 # of an application deployed on a specific virtual machine.
75 # This value must be generated and updated by the application 
76 # which is using the ECOMP SDK at the time of its deployment.
77 # Online Unique UUID generator - https://www.uuidgenerator.net/
78 instance_uuid=8da691c9-987d-43ed-a358-00ac2f35685d
79
80 #  R Cloud feature
81 guard_notebook_url=todo_guard_url
82
83 #authenticate user server
84 authenticate_user_server=${{AUTHENTICATE_USER_SERVERS}}