summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-10-17 15:34:10 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-10-17 15:34:34 -0400
commitb2966cc6ee26f0dbc10114f02f4a209da0699f4a (patch)
tree99d17d6f0885c5442b6292db3bea357033a85479
parent423f5f8baa977346ae990411ab4707777fd97a20 (diff)
Remove lingering company domain name
Issue: PORTAL-86 Change-Id: I0e684a17a7355f1544fd4e5d55ad0fc016898b26 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
-rw-r--r--ecomp-portal-widget-ms/widget-ms/src/main/resources/application-properties8
1 files 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