summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties
diff options
context:
space:
mode:
authorPATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com>2020-04-27 12:40:47 -0400
committerPATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com>2020-04-27 18:07:13 -0400
commitcb4ff59b1ac8b137bd1453ddec400679ba83b225 (patch)
tree3ec3b180b8ee9e0c349ffbd13c3ba89ac627d806 /ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties
parent328da2e4cf0c4155a4d29718cb5f57628d7a5277 (diff)
SB 2.x Migration for portal widget mS
Migrating from Springboot 1.x to 2.x along with other associated libraries. Issue-ID: PORTAL-892 Signed-off-by: sp931a <sp931a@att.com> Change-Id: Ibb88c867059218cc0e7694c4a654d1856638d412
Diffstat (limited to 'ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties')
-rw-r--r--ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties12
1 files changed, 6 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 42483b7f..82b26d6e 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
@@ -1,22 +1,22 @@
## General App Properties
-server.contextPath=/widget
+server.servlet.context-path=/widget
server.port=9082
-spring.http.multipart.max-file-size=128MB
-spring.http.multipart.max-request-size=128MB
+spring.servlet.multipart.max-file-size=128MB
+spring.servlet.multipart.max-request-size=128MB
microservice.widget.location=/tmp
## App DB Properties
spring.datasource.url=jdbc:mariadb://localhost:3306/portal
spring.datasource.username=root
-spring.datasource.password=root
+spring.datasource.password=welcome2ibm
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
spring.database.driver.classname=org.mariadb.jdbc.Driver
spring.jpa.show-sql=false
spring.jpa.properties.hibernate.format_sql=false
## Basic Authentication Properties
-security.user.name=widget_user
-security.user.password=ENC(IjywcRnI9+nuVEh9+OFFiRWAjBT1n718)
+spring.security.user.name=widget_user
+spring.security.user.password=ENC(IjywcRnI9+nuVEh9+OFFiRWAjBT1n718)
account.user.name=portal
account.user.password=6APqvG4AU2rfLgCvMdySwQ==