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

Supported Boost Properties

Adam Wisniewski edited this page Sep 17, 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_* "Catch all" for additional datasource properties (i.e. maxPoolSize)

Clone this wiki locally