Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Supported Boost Properties

Scott Kurz edited this page Sep 30, 2019 · 10 revisions

Boost Properties

Property Description Notes
boost_http_host Host for app endpoint
boost_http_port HTTP port for app endpoint
boost_http_securePort HTTPS port for app endpoint
boost_db_url URL for database instance (Use this or boost_db_databaseName, not both)
boost_db_user Userid used for app connection to database
boost_db_password Password used for app connection to database
boost_db_databaseName Location of database instance (Use this or boost_db_url, not both)
boost_db_* Additional datasource properties (i.e. boost_db_maxPoolSize)

Boost in Liberty

These properties are different, they aren't going to appear in any form in the configuration of the Liberty server.

Property Description Notes
libertyRuntimeVersion The version of liberty to be used. Ex: `mvn package -DlibertyRuntimeVersion=19.0.0.9' This property is optional and if not specified the latest version will be used.