Remove lingering company domain name 63/19363/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Tue, 17 Oct 2017 19:34:10 +0000 (15:34 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Tue, 17 Oct 2017 19:34:34 +0000 (15:34 -0400)
Issue: PORTAL-86
Change-Id: I0e684a17a7355f1544fd4e5d55ad0fc016898b26
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
ecomp-portal-widget-ms/widget-ms/src/main/resources/application-properties

index 77d2b78..8f8207c 100644 (file)
@@ -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