Christopher Lott (Christopher) (cl778h) | 627bada | 2017-06-12 09:49:00 -0400 | [diff] [blame] | 1 | ## General App Properties |
| 2 | server.contextPath=/widget |
| 3 | server.port=8082 |
| 4 | spring.http.multipart.max-file-size=128MB |
| 5 | spring.http.multipart.max-request-size=128MB |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 6 | microservice.widget.location=/tmp |
Christopher Lott (Christopher) (cl778h) | 627bada | 2017-06-12 09:49:00 -0400 | [diff] [blame] | 7 | |
| 8 | ## App DB Properties |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 9 | spring.datasource.url=jdbc:mysql://portal-db:3306/portal |
| 10 | spring.datasource.username=root |
| 11 | spring.datasource.password=Aa123456 |
Christopher Lott (Christopher) (cl778h) | 627bada | 2017-06-12 09:49:00 -0400 | [diff] [blame] | 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 |
Christopher Lott (cl778h) | 978dbcf | 2017-08-23 18:27:19 -0400 | [diff] [blame] | 18 | security.user.name=widget_user |
| 19 | security.user.password=ENC(IjywcRnI9+nuVEh9+OFFiRWAjBT1n718) |
Christopher Lott (Christopher) (cl778h) | 627bada | 2017-06-12 09:49:00 -0400 | [diff] [blame] | 20 | |
Christopher Lott (Christopher) (cl778h) | 627bada | 2017-06-12 09:49:00 -0400 | [diff] [blame] | 21 | initialization.default.widgets=true |
Manoop Talasila | 33bc580 | 2018-05-14 14:55:59 -0400 | [diff] [blame^] | 22 | initialization.widgetData.url=http://portal-app:8080/ONAPPORTAL/commonWidgets |
Christopher Lott (Christopher) (cl778h) | 627bada | 2017-06-12 09:49:00 -0400 | [diff] [blame] | 23 | |
| 24 | ## Account Basic Authentication Properties |
| 25 | account.user.name=portal |
| 26 | account.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 | |