Main Database Configuration Options

main database Configuration Options.

This section is OPTIONAL

The header for this section is [database.main]

Table 1. database.main
Name Mandatory Type Default Description
url no string jdbc:postgresql://localhost/bw_db This parameter was introduced in version 7.11.0

A jdbc URL pointing to the database. When using a remote database, modify the localhost part of the URL to be the host and port (in the host:port format) that the remote database is running on. If no port is specified, the default of 5432 will be used.
password no string   This parameter was introduced in version 7.11.0

bwadmin database user's password