diff options
author | Sudarshan Kumar <sudarshan.kumar@att.com> | 2020-02-18 16:16:26 +0530 |
---|---|---|
committer | Sudarshan Kumar <sudarshan.kumar@att.com> | 2020-02-18 21:25:25 +0530 |
commit | 8e83c25788017acd56271a72286f7dcbc974e76d (patch) | |
tree | d7b1e52bc20367bbb38ae69483c33e71f341fd4b /ecomp-portal-widget-ms/widget-ms/src | |
parent | 6e50276a42ab82cfe34ced9cf97e545283f37f2a (diff) |
Changes made to upgrade pom version
Upgraded pom version
Issue-ID: PORTAL-769
Change-Id: I65ae68acda464531d699dcb459d328de19a3c7c7
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'ecomp-portal-widget-ms/widget-ms/src')
-rw-r--r-- | ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties | 14 |
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) |