update pom and change aaf config
[portal.git] / ecomp-portal-BE-os / src / main / webapp / WEB-INF / conf / system.properties
index fe2d7db..b9a99e0 100644 (file)
@@ -2,11 +2,11 @@
 # ============LICENSE_START==========================================
 # ONAP Portal
 # ===================================================================
-# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
 # ===================================================================
 #
 # Unless otherwise specified, all software contained herein is licensed
-# under the Apache License, Version 2.0 (the “License”);
+# under the Apache License, Version 2.0 (the "License");
 # you may not use this software except in compliance with the License.
 # You may obtain a copy of the License at
 #
@@ -19,7 +19,7 @@
 # limitations under the License.
 #
 # Unless otherwise specified, all documentation contained herein is licensed
-# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# under the Creative Commons License, Attribution 4.0 Intl. (the "License");
 # you may not use this documentation except in compliance with the License.
 # You may obtain a copy of the License at
 #
 #
 # ============LICENSE_END============================================
 #
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+# 
 ###
 
 db.driver = org.mariadb.jdbc.Driver
-db.connectionURL = jdbc:mariadb:failover://localhost:3306/ecomp_portal
-db.userName = XXXX
-db.password = XXXX
+#db.connectionURL = jdbc:mariadb:failover://localhost:3306/ecomp_portal
+#db.userName = XXXX
+#db.password = XXXX
+db.connectionURL = jdbc:mariadb:failover://localhost:3306/portal_os
+db.userName = root
+db.password = root
 # is the db.password property encrypted?
 db.encrypt_flag = false
 
+
 db.hib.dialect = org.hibernate.dialect.MySQLDialect
 db.min_pool_size = 5
 db.max_pool_size = 10
@@ -76,7 +80,7 @@ cache_switch                  = 1
 cache_load_on_startup         = false
 
 user_name                                        = fullName
-decryption_key                           = AGLDdG4D04BKm2lxlWEr8o==
+decryption_key                           = AGLDdG4D04BKm2IxIWEr8o==
 
 
 #Cron Schedules
@@ -118,6 +122,8 @@ online_user_update_duration                 = 900
 # User notification refresh interval and duration, in seconds
 notification_update_rate                       = 90
 notification_update_duration           = 900
+#Widgets upload flag
+microservices.widget.upload.flag=true
 
 #Microservices Related Properties for Portal
 microservices.widget.username = widget_user
@@ -138,22 +144,14 @@ window_width_threshold_right_menu = 1350
 #External system notification URL
 external_system_notification_url= https://jira.onap.org/browse/
 
-#scheduler properties
-scheduler.server.url=http://mtanjv9sdlg10.aic.cip.onap.com:8989/scheduler
-scheduler.create.new.vnf.change.instance=/v1/ChangeManagement/schedules/
-scheduler.get.time.slots=/v1/ChangeManagement/schedules/
-scheduler.submit.new.vnf.change=/v1/ChangeManagement/schedules/{scheduleId}/approvals
-vid.truststore.filename=C:\\Temp\\vid_keystore.jks
-vid.truststore.passwd.x=OBF:1wgg1wfq1uus1uui1x131x0r1x1v1x1j1uvo1uve1wg81wfi
-
-#scheduler-policy properties
-policy.server.url=https://policypdp-conexus-e2e.ecomp.cci.onap.com:8081/pdp
-policy.get.config=/api/getConfig
-policy.ClientAuth=UHlQRFBTZXJ2ZXI6dGVzdA==
-policy.client.mechId=m06814@controller.dcae.ecomp.onap.com
-policy.client.password=OBF:1ffu1qvu1t2z1l161fuk1i801nz91ro41xf71xfv1rqi1nx51i7y1fuq1kxw1t371qxw1fh0
-policy.username=testpdp
-policy.password=OBF:1igd1kft1l1a1sw61svs1kxs1kcl1idt
-policy.Authorization=dGVzdHBkcDphbHBoYTEyMw==
-policy.environment=TEST
+# External Access System Basic Auth Credentials & Rest endpoint(These credentials doesn't work as these are place holders for now)
+ext_central_access_user_name = aaf_admin@people.osaaf.org
+ext_central_access_password = CkmGguWw+Yn0yzqximmSExkOSJ7BdKvOTHFmTMg9Yvc=
+ext_central_access_url = https://aaf-service:30247/authz/
+ext_central_access_user_domain = @csp.onap.org
+
+# External Central Auth system access
+remote_centralized_system_access = true
 
+#left menu with root value or non-root
+portal_left_menu = non-root
\ No newline at end of file