aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/portal/resources/config/portal-fe/webapps/etc/ONAPPORTAL/system.properties
blob: 345d222621d8dce49d3bcdb73d9c06446bcc4e53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /*
#mysql
db.driver = org.mariadb.jdbc.Driver
db.connectionURL = jdbc:mariadb:failover://portaldb.{{.Values.nsPrefix}}:3306/portal
db.userName =root
db.password =Aa123456
db.hib.dialect = org.hibernate.dialect.MySQLDialect
db.min_pool_size = 5
db.max_pool_size = 10
hb.dialect = org.hibernate.dialect.MySQLDialect
hb.show_sql = false
hb.db_reconnect = true
hb.idle_connection_test_period = 3600

app_display_name = Portal
files_path = /tmp
context_root = ECOMPPORTAL
# menu settings
menu_query_name                      = menuData
menu_properties_file_location        = /WEB-INF/fusion/menu/
application_menu_set_name            = APP
application_menu_attribute_name      = applicationMenuData
application_menu_properties_name     = menu.properties
business_direct_menu_set_name        = BD
business_direct_menu_properties_name = bd.menu.properties
business_direct_menu_attribute_name  = businessDirectMenuData

application_user_id           = 30000
post_default_role_id          = 1

#Enable Fusion Mobile capabilities for the application
mobile_enable			  	  = false

cache_config_file_path        = /WEB-INF/conf/cache.ccf
cache_switch                  = 1
cache_load_on_startup         = false

user_name					  = fullName
decryption_key				  = AGLDdG4D04BKm2IxIWEr8o==


#Cron Schedules
cron_site_name                = one
log_cron                      = 0 * * * * ? *
sessiontimeout_feed_cron	  = 0 0/5 * * * ? *

#Front end URL
frontend_url                  = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/applicationsHome 

#cookie domain
cookie_domain = onap.org

# An Unqiue 128-bit value defined to indentify a specific version of
# ECOMP Portal deployed on a specific virtual machine.
# This value must be generated and updated at the time of
# the deployment.
# Online Unique UUID generator - https://www.uuidgenerator.net/
instance_uuid 				= 90bc9497-10e6-49fe-916b-dcdfaa972383

elastic_search_url 			= http://
contact_us_link				= http://
user_guide_link             = http://

# Contact Us page properties
ush_ticket_url				= http://
feedback_email_address		= portal@lists.onap.org
portal_info_url				= https://

#Online user bar refresh interval, in seconds
online_user_update_rate                  = 30

#Online user bar refresh total duration, in seconds
online_user_update_duration       = 300

#authenticate user server
authenticate_user_server=http://portal.api.simpledemo.onap.org:8383/openid-connect-server-webapp/allUsers

#window width threshold to collapse left/right menu when page onload
window_width_threshold_left_menu = 1400
window_width_threshold_right_menu = 1350

# User notification refresh interval and duration, in seconds
notification_update_rate = 90
notification_update_duration = 900

#Microservices Related Properties for Portal
microservices.widget.protocol = http
microservices.widget.hostname = portalwidgets.{{.Values.nsPrefix}}
microservices.widget.username = widget_user
microservices.widget.password = KpuqIB08YHg+btG+pjX+sA==
#This property won't be needed after consul is functional on VMs -
microservices.widget.local.port = 8082
microservices.m-learn.local.port = 8083
#HALO API enable flag
external_access_enable = false

#delete auditlog from number of days ago
auditlog_del_day_from = 365

#External system notification URL
external_system_notification_url= https://jira.onap.org/browse/
an class="nx">jsx: <Example> <Modal show={() => isShown()} size='small'> <Modal.Header><Modal.Title>Standard Modal</Modal.Title></Modal.Header> <Modal.Body> {BODY_TEXT} </Modal.Body> <Modal.Footer actionButtonText='Yes' actionButtonClick={()=>{}}/> </Modal> </Example>, html: HTMLStandardModal, exclude: 'Example', renderFromJsx: true }, Alert: { jsx: <Example> <Modal show={() => isShown()} type='alert' size='small'> <Modal.Header type='alert'><Modal.Title>Title</Modal.Title></Modal.Header> <Modal.Body> {BODY_TEXT} </Modal.Body> <Modal.Footer closeButtonText='Ok'/> </Modal> </Example>, html: HTMLAlertModal, exclude: 'Example', renderFromJsx: true }, Error: { jsx: <Example> <Modal show={() => isShown()} size='small' type='error'> <Modal.Header onClose={()=>isShown(false)} type='error'><Modal.Title>Title</Modal.Title></Modal.Header> <Modal.Body> {BODY_TEXT} </Modal.Body> <Modal.Footer onClose={()=>isShown(false)} closeButtonText='Ok'/> </Modal> </Example>, html: HTMLErrorModal, exclude: 'Example', renderFromJsx: true }, Custom: { jsx: <Example> <Modal show={() => isShown()} type='custom'> <Modal.Header type='custom'><Modal.Title>Title</Modal.Title></Modal.Header> <Modal.Body> <ModalBody/> </Modal.Body> <Modal.Footer actionButtonText='Ok' actionButtonClick={()=>{}}/> </Modal> </Example>, html: HTMLCustomModal, exclude: 'Example', renderFromJsx: true } }; const Modals = () => ( <Examples examples={examples}/> ); export default Modals;