summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKotta, Shireesha (sk434m) <shireesha.kotta@att.com>2019-04-09 09:22:18 -0400
committerKotta, Shireesha (sk434m) <shireesha.kotta@att.com>2019-04-09 11:01:41 -0400
commitad3a86f95afbbaa65182214c167ea1a25d38cfba (patch)
treef004302e62cbbb633795efb410cb9391ace5d6eb
parenta1a999ae5b8773023e3c29f23beab3b0769c7090 (diff)
plain text password
Issue-ID: PORTAL-552 plain text password in casablanca branch Change-Id: I7741f79fb5b8c964d4374b6629b4abf16b3d78f6 Signed-off-by: Kotta, Shireesha (sk434m) <shireesha.kotta@att.com>
-rw-r--r--ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties7
1 files changed, 1 insertions, 6 deletions
diff --git a/ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties b/ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties
index 5116f966..ceac4a27 100644
--- a/ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties
+++ b/ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties
@@ -5,12 +5,7 @@ spring.http.multipart.max-file-size=128MB
spring.http.multipart.max-request-size=128MB
## App DB Properties
-#
-#db.connectionURL = jdbc:mariadb:failover://mtanjv9pord01.aic.cip.att.com:3306/portal
-#db.userName = m02549
-#db.password = 9zDXMxxzUG1ay5Dny1Eazw==
-#db.encrypt_flag = true
-spring.datasource.url=jdbc:mariadb://vm-ep-dev8.client.research.att.com:3306/portal_2_1_att
+spring.datasource.url=jdbc:mariadb://localhost:3306/portal
spring.datasource.username=portal_user
spring.datasource.password=P0rt@l_user
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect