Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / WEB-INF / conf / system.properties
1 ###
2 # ================================================================================
3 # eCOMP Portal SDK
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property
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 # ================================================================================
19 ###
20 # Properties read by ECOMP Core library, ecompSDK-core.jar
21
22 ##########################################################################
23 # The following properties should NOT be changed by partner applications.
24 ##########################################################################
25
26 application_user_id           = 30000
27 post_default_role_id          = 16
28 clustered                     = true
29
30 #Enable Fusion Mobile capabilities for the application
31 mobile_enable                             = false
32
33 # Cache config file is needed on the classpath
34 cache_config_file_path        = /WEB-INF/classes/cache.ccf
35 cache_switch                  = 199
36 cache_load_on_startup         = false
37
38 user_name                                         = fullName
39 decryption_key                            = AGLDdG4D04BKm2IxIWEr8o==
40
41 ##########################################################################
42 # The following properties MAY require changes by partner applications.
43 ##########################################################################
44
45 #Oracle
46 #db.userName=quantumbd
47 #db.password=c1syn2yhmr
48 #db.connectionURL=jdbc:oracle:thin:todo.link
49 #db.hib.dialect=org.hibernate.dialect.Oracle10gDialect
50 #db.driver=oracle.jdbc.driver.OracleDriver
51 #Hibernate 
52 #hb.dialect=org.hibernate.dialect.Oracle10gDialect
53 #hb.show_sql=true
54
55 #Postgres
56 #db.userName=quantumbd
57 #db.password=c1syn2yhmr
58 #db.connectionURL=jdbc:postgresql:todo.link
59 #db.hib.dialect=org.hibernate.dialect.PostgreSQLDialect
60 #db.driver=org.postgresql.Driver
61 #hb.dialect=org.hibernate.dialect.PostgreSQLDialect
62 #hb.show_sql=true
63
64 #Mysql
65 db.driver = com.mysql.jdbc.Driver
66 db.connectionURL = jdbc:mysql://localhost:3306/ecomp_sdk
67 db.userName = root
68 db.password = 
69 db.min_pool_size = 5
70 db.max_pool_size = 10
71 hb.dialect = org.hibernate.dialect.MySQLDialect
72 # SQL statements are logged to stdout
73 hb.show_sql = false
74 hb.idle_connection_test_period = 3600
75
76 app_display_name = EP SDK App
77 files_path = /tmp
78
79 #element map files
80 element_map_file_path = /tmp
81 element_map_icon_path = app/fusionapp/icons/
82
83 #Cron Schedules
84 log_cron                      = 0 0/1 * * * ?;
85 mylogins_feed_cron            = 0 0/60 * * * ?;
86 #sessiontimeout_feed_cron         = 0 * * * * ? *
87 my_login_feed_output_dir      = /tmp/MyLogins
88
89 # ECOMP Portal Shared Context REST API URL
90 ecomp_shared_context_rest_url= http://todo_enter_be_hostname:9000/ecompportal/context
91 # Link shown in Help menu
92 contact_us_link = https://todo_contact_us_link.com
93
94 # An Unique 128-bit value defined to identify a specific version
95 # of an application deployed on a specific virtual machine.
96 # This value must be generated and updated by the application 
97 # which is using the ECOMP SDK at the time of its deployment.
98 # Online Unique UUID generator - https://www.uuidgenerator.net/
99 instance_uuid=8da691c9-987d-43ed-a358-00ac2f35685d
100
101 # R Cloud feature - configure this property to enable notebook feature - for more details on RCloud please visit https://rcloud.social/index.html
102 guard_notebook_url=
103
104 #authenticate user server
105 authenticate_user_server=http://todo_enter_auth_server_hostname:8383/openid-connect-server-webapp/allUsers