Merge "[UUI] Service Mesh Compliance for UUI"
[oom.git] / kubernetes / portal / components / portal-widget / resources / config / deliveries / properties / ONAPWIDGETMS / application.properties
1 ## General App Properties\r
2 server.contextPath=/widget\r
3 server.port=8082\r
4 spring.http.multipart.max-file-size=128MB\r
5 spring.http.multipart.max-request-size=128MB\r
6 microservice.widget.location=/tmp\r
7 \r
8 ## App DB Properties\r
9 spring.datasource.url=jdbc:mysql://portal-db:3306/portal\r
10 spring.datasource.username=${PORTAL_DB_USER}\r
11 spring.datasource.password=${PORTAL_DB_PASSWORD}\r
12 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect\r
13 spring.database.driver.classname=org.mariadb.jdbc.Driver\r
14 spring.jpa.show-sql=false\r
15 spring.jpa.properties.hibernate.format_sql=false\r
16 \r
17 ## Basic Authentication Properties\r
18 security.user.name=${WIDGET_USER}\r
19 security.user.password=${WIDGET_PASSWORD}\r
20 \r
21 initialization.default.widgets=true\r
22 initialization.widgetData.url=http://portal-app:{{.Values.global.portalPort}}/ONAPPORTAL/commonWidgets\r
23 \r
24 ## Account Basic Authentication Properties\r
25 account.user.name=${ACC_USER}\r
26 account.user.password=${ACC_PASSWORD}\r
27 \r
28 ## Certificate Properties\r
29 #server.ssl.key-store=classpath:widget-keystore.p12\r
30 #server.ssl.key-store-password=ENC(DiIYnAMab4u7rEW2yKhF9zBL00uU55q8)\r
31 #server.ssl.keyStoreType=PKCS12\r
32 #server.ssl.keyAlias=widget-microservice\r