From b2966cc6ee26f0dbc10114f02f4a209da0699f4a Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Tue, 17 Oct 2017 15:34:10 -0400 Subject: [PATCH] Remove lingering company domain name Issue: PORTAL-86 Change-Id: I0e684a17a7355f1544fd4e5d55ad0fc016898b26 Signed-off-by: Christopher Lott (cl778h) --- .../widget-ms/src/main/resources/application-properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 77d2b78d..8f8207c2 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 @@ -3,12 +3,12 @@ server.contextPath=/widget server.port=8082 spring.http.multipart.max-file-size=128MB spring.http.multipart.max-request-size=128MB -microservice.widget.location=/demeter/WebApps/dev/ECOMPPORTAL/microservices/widgets-dir/ +microservice.widget.location=/tmp ## App DB Properties -spring.datasource.url=jdbc:mariadb:failover://demeter.homer.att.com:3306/ecomp_portal_1702&connectTimeout=2000 -spring.datasource.username=portal -spring.datasource.password=ENC(8tWrJAXdOKaMqvrVy5e2Jg==) +spring.datasource.url=jdbc:mariadb://localhost:3306/ecomp_portal_1702&connectTimeout=2000 +spring.datasource.username=widget-user +spring.datasource.password=widget-pass spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect spring.database.driver.classname=org.mariadb.jdbc.Driver spring.jpa.show-sql=false -- 2.16.6