2021.2

Table Of Contents
# Database configuration
database.type = mysql
database.host = 192.168.116.10
database.port = 3308
database.username = root
database.password = admin
database.schema = my_ol
Verbose logging (optional)
By default, the Silent Installer will log the same way as the GUI installer. That means logging
of error and warnings, and certain information during database configuration. A more verbose
logging can be switched on by using logging.verbose = true.
Product selection (optional)
By default, if nothing is entered for the products to be installed (install.product), Silent
Installer will install all products which are visible to the user for the respective brand.
PlanetPress defaults
install.product.0 = Connect Designer
install.product.1 = Connect Server
install.product.2 = MySQL
Note
The values of install.product properties must contain the exact product names.
Omit the Update Manager from installation (optional)
When specified, this switch instructs the installer not to install the Update Manager.
If it is not specified, or if it has any value other than 0, then it gets installed as usual.
UPDATEMANAGER=0
Page 48