From 69943c58e25ad590e47fa2e6a1ceefee425127f9 Mon Sep 17 00:00:00 2001 From: statta Date: Wed, 29 Jul 2020 18:14:56 -0400 Subject: update pom and change aaf config Issue-ID: PORTAL-972 Change-Id: I0f1c04034ab6cabdbcde45ca055cf995090f8f70 Signed-off-by: statta --- ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ecomp-portal-BE-os/src/main/webapp/WEB-INF') 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 a3aa565f..b9a99e06 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 @@ -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://localhost:3306/portal_3_2_os +db.connectionURL = jdbc:mariadb:failover://localhost:3306/portal_os db.userName = root db.password = root # is the db.password property encrypted? @@ -147,7 +147,7 @@ external_system_notification_url= https://jira.onap.org/browse/ # 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:31110/authz/ +ext_central_access_url = https://aaf-service:30247/authz/ ext_central_access_user_domain = @csp.onap.org # External Central Auth system access -- cgit 1.2.3-korg