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

Supported Boost Properties

Scott Kurz edited this page Apr 16, 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 (Liberty only right now)
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)

Clone this wiki locally