From 627badaf69987c01811c477219fd943757a635f5 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (Christopher) (cl778h)" Date: Mon, 12 Jun 2017 09:49:00 -0400 Subject: [PORTAL-16 PORTAL-18] Widget ms; staging Remove staging repositories from poms. Add widget microservice code base. Add portal unit tests. Repair defects. Normalize line endings. Change-Id: Ia5e48da2a3141b352439ecd548cddf918f4df585 Signed-off-by: Christopher Lott (cl778h) --- ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties') diff --git a/ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties b/ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties index 8c682649..0fc2c69d 100644 --- a/ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties +++ b/ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties @@ -33,7 +33,8 @@ hb.show_sql = false hb.db_reconnect = true hb.idle_connection_test_period = 3600 -app_display_name = app_display_name +# Ecomp portal title +app_display_name = Portal files_path = /demeter/WebApps/dev/ECOMP_APP/files context_root = ECOMPPORTAL # menu settings @@ -109,10 +110,9 @@ microservices.widget.local.port = 8082 #delete auditlog from number of days ago auditlog_del_day_from = 365 - #authenticate user server authenticate_user_server=http://todo_enter_auth_server_hostname: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 \ No newline at end of file +window_width_threshold_right_menu = 1350 -- cgit 1.2.3-korg