Changes made to upgrade pom version
[portal.git] / ecomp-portal-widget-ms / widget-ms / src / main / resources / application.properties
1 ## General App Properties
2 server.contextPath=/widget
3 server.port=9082
4 spring.http.multipart.max-file-size=128MB
5 spring.http.multipart.max-request-size=128MB
6 microservice.widget.location=/tmp
7
8 ## App DB Properties
9 spring.datasource.url=jdbc:mariadb://localhost:3306/portal
10 spring.datasource.username=root
11 spring.datasource.password=root
12 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
13 spring.database.driver.classname=org.mariadb.jdbc.Driver
14 spring.jpa.show-sql=false
15 spring.jpa.properties.hibernate.format_sql=false
16
17 ## Basic Authentication Properties
18 security.user.name=widget_user
19 security.user.password=ENC(IjywcRnI9+nuVEh9+OFFiRWAjBT1n718)
20
21 account.user.name=portal
22 account.user.password=6APqvG4AU2rfLgCvMdySwQ==
23
24 initialization.default.widgets=true
25 initialization.widgetData.url=http://www.portal.onap.org:8080/ecompportal-be-att/commonWidgets
26
27 ## Certificate Properties
28 #server.ssl.key-store=classpath:widget-keystore.p12
29 #server.ssl.key-store-password=ENC(DiIYnAMab4u7rEW2yKhF9zBL00uU55q8)
30 #server.ssl.keyStoreType=PKCS12
31 #server.ssl.keyAlias=widget-microservice
32
33 ## Jasypt Properties
34 jasypt.encryptor.password=EncryptionKey