diff options
author | Sudarshan Kumar <sudarshan.kumar@att.com> | 2020-02-18 16:16:26 +0530 |
---|---|---|
committer | Sudarshan Kumar <sudarshan.kumar@att.com> | 2020-02-18 21:25:25 +0530 |
commit | 8e83c25788017acd56271a72286f7dcbc974e76d (patch) | |
tree | d7b1e52bc20367bbb38ae69483c33e71f341fd4b /ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf | |
parent | 6e50276a42ab82cfe34ced9cf97e545283f37f2a (diff) |
Changes made to upgrade pom version
Upgraded pom version
Issue-ID: PORTAL-769
Change-Id: I65ae68acda464531d699dcb459d328de19a3c7c7
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf')
-rw-r--r-- | ecomp-portal-BE-os/src/main/webapp/WEB-INF/conf/system.properties | 6 |
1 files changed, 3 insertions, 3 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 c6ee0e9b..041458d3 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,9 +40,9 @@ 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 -db.userName = portal -db.password = P0rt@l +db.connectionURL = jdbc:mariadb:failover://localhost:3306/portal_2_6_os +db.userName = root +db.password = root # is the db.password property encrypted? db.encrypt_flag = false |