blob: 7240a61a7a561d62cc73aa60d3a69f7710ad8fd4 [file] [log] [blame]
Christopher Lott (Christopher) (cl778h)627bada2017-06-12 09:49:00 -04001## General App Properties
2server.contextPath=/widget
3server.port=8082
4spring.http.multipart.max-file-size=128MB
5spring.http.multipart.max-request-size=128MB
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -04006microservice.widget.location=/tmp
Christopher Lott (Christopher) (cl778h)627bada2017-06-12 09:49:00 -04007
8## App DB Properties
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -04009spring.datasource.url=jdbc:mysql://portal-db:3306/portal
10spring.datasource.username=root
11spring.datasource.password=Aa123456
Christopher Lott (Christopher) (cl778h)627bada2017-06-12 09:49:00 -040012spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
13spring.database.driver.classname=org.mariadb.jdbc.Driver
14spring.jpa.show-sql=false
15spring.jpa.properties.hibernate.format_sql=false
16
17## Basic Authentication Properties
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -040018security.user.name=widget_user
19security.user.password=ENC(IjywcRnI9+nuVEh9+OFFiRWAjBT1n718)
Christopher Lott (Christopher) (cl778h)627bada2017-06-12 09:49:00 -040020
Christopher Lott (Christopher) (cl778h)627bada2017-06-12 09:49:00 -040021initialization.default.widgets=true
Christopher Lott (cl778h)764405b2017-10-18 16:04:10 -040022initialization.widgetData.url=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/commonWidgets
Christopher Lott (Christopher) (cl778h)627bada2017-06-12 09:49:00 -040023
24## Account Basic Authentication Properties
25account.user.name=portal
26account.user.password=6APqvG4AU2rfLgCvMdySwQ==
27
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
33
34## Jasypt Properties
Christopher Lott (cl778h)978dbcf2017-08-23 18:27:19 -040035jasypt.encryptor.password=EncryptionKey