1 ## General App Properties
 
   2 server.contextPath=/widget
 
   4 spring.http.multipart.max-file-size=128MB
 
   5 spring.http.multipart.max-request-size=128MB
 
   6 microservice.widget.location=/tmp
 
   9 spring.datasource.url=jdbc:mysql://portaldb.onap-portal:3306/portal
 
  10 spring.datasource.username=root
 
  11 spring.datasource.password=password
 
  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
 
  17 ## Basic Authentication Properties
 
  18 security.user.name=widget_user
 
  19 security.user.password=ENC(IjywcRnI9+nuVEh9+OFFiRWAjBT1n718)
 
  21 initialization.default.widgets=true
 
  22 initialization.widgetData.url=http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/commonWidgets
 
  24 ## Account Basic Authentication Properties
 
  25 account.user.name=portal
 
  26 account.user.password=6APqvG4AU2rfLgCvMdySwQ==
 
  28 ## Certificate Properties
 
  29 #server.ssl.key-store=classpath:widget-keystore.p12
 
  30 #server.ssl.key-store-password=ENC(DiIYnAMab4u7rEW2yKhF9zBL00uU55q8)
 
  31 #server.ssl.keyStoreType=PKCS12
 
  32 #server.ssl.keyAlias=widget-microservice
 
  35 jasypt.encryptor.password=EncryptionKey