diff options
author | statta <statta@research.att.com> | 2020-07-29 18:14:56 -0400 |
---|---|---|
committer | statta <statta@research.att.com> | 2020-07-29 18:15:36 -0400 |
commit | 69943c58e25ad590e47fa2e6a1ceefee425127f9 (patch) | |
tree | 346dfe1781dc31f20ef64fc9c66c8c183678b8c4 /ecomp-portal-BE-os/src/main/webapp/WEB-INF | |
parent | 6410e19d3e12c158745c3c65bc7b3b98ffd4cac3 (diff) |
update pom and change aaf config
Issue-ID: PORTAL-972
Change-Id: I0f1c04034ab6cabdbcde45ca055cf995090f8f70
Signed-off-by: statta <statta@research.att.com>
Diffstat (limited to 'ecomp-portal-BE-os/src/main/webapp/WEB-INF')
-rw-r--r-- | ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties | 4 |
1 files changed, 2 insertions, 2 deletions
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 |