Changes made to fix left menu routing
[portal.git] / ecomp-portal-BE-os / src / main / webapp / WEB-INF / conf / system.properties
index 64974c5..c6ee0e9 100644 (file)
@@ -40,7 +40,7 @@ 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://demeter.homer.att.com:3306/ecomp_portal_1710_os
+db.connectionURL = jdbc:mariadb:failover://localhost:3306/portal
 db.userName = portal
 db.password = P0rt@l
 # is the db.password property encrypted?
@@ -122,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
@@ -151,3 +153,5 @@ ext_central_access_user_domain = @csp.onap.org
 # External Central Auth system access
 remote_centralized_system_access = false
 
+#left menu with root value or non-root
+portal_left_menu = non-root
\ No newline at end of file