summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-widget-ms/widget-ms/src
diff options
context:
space:
mode:
authorSunder Tattavarada <statta@research.att.com>2020-02-26 15:28:02 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-26 15:28:02 +0000
commita03dfa273ef6e196bf65acc54b9357d35eb0ed5e (patch)
tree9445256604dd9acd97337d61339fd95b69be045e /ecomp-portal-widget-ms/widget-ms/src
parent751a5e5776b4615c8d3333f7b7d37d17bbf775ba (diff)
parent8e83c25788017acd56271a72286f7dcbc974e76d (diff)
Merge "Changes made to upgrade pom version"
Diffstat (limited to 'ecomp-portal-widget-ms/widget-ms/src')
-rw-r--r--ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties14
1 files changed, 10 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 8f8207c2..42483b7f 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,14 +1,14 @@
## General App Properties
server.contextPath=/widget
-server.port=8082
+server.port=9082
spring.http.multipart.max-file-size=128MB
spring.http.multipart.max-request-size=128MB
microservice.widget.location=/tmp
## App DB Properties
-spring.datasource.url=jdbc:mariadb://localhost:3306/ecomp_portal_1702&connectTimeout=2000
-spring.datasource.username=widget-user
-spring.datasource.password=widget-pass
+spring.datasource.url=jdbc:mariadb://localhost:3306/portal
+spring.datasource.username=root
+spring.datasource.password=root
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
spring.database.driver.classname=org.mariadb.jdbc.Driver
spring.jpa.show-sql=false
@@ -18,6 +18,12 @@ spring.jpa.properties.hibernate.format_sql=false
security.user.name=widget_user
security.user.password=ENC(IjywcRnI9+nuVEh9+OFFiRWAjBT1n718)
+account.user.name=portal
+account.user.password=6APqvG4AU2rfLgCvMdySwQ==
+
+initialization.default.widgets=true
+initialization.widgetData.url=http://www.portal.onap.org:8080/ecompportal-be-att/commonWidgets
+
## Certificate Properties
#server.ssl.key-store=classpath:widget-keystore.p12
#server.ssl.key-store-password=ENC(DiIYnAMab4u7rEW2yKhF9zBL00uU55q8)