2022.1

Table Of Contents
l This setting is optional. Otherwise it is required.
l The value is required to be mariadb, if the value is to be provided.
l database.host: String, Optional (Default: there is no default for this setting)
If product.MariaDB = True has been set, this value is required to be set to localhost, if
provided.
l database.port: Numeric, Optional (Default: default is MariaDB's default port, 3306)
The database engine port.
The required entry depends upon the selection made in database.system.
If product.MariaDB = True, then the port should be set to 3306.
l database.rootpassword: String (Default: there is no default for this setting)
Database root password.
There is no default value, and if this is left unspecified the installation will fail.
l database.username: String (Default: olconnect)
The username that PlanetPress Connect will use to connect to the database.
l database.password: String (Default: there is no default for this setting)
The password that OL Connect will use to connect to the database.
There is no default value, so if this is left unspecified, then the installation will fail.
l database.instance: String, Optional (Default: there is no default for this setting)
Only valid if database.system = mssqlserver.
l database.schema: String (Default: there is no default for this setting)
Specifies the database schema to use. Required. (Optional if product.MariaDB = true)
l database.encryptedconnection: Boolean (Default: False)
Specifies the database schema to use.
(Optional if if product.MariaDB = true)
l server.connection.configure: Boolean, Optional (Default: True)
If set to False, then the server connection configuration is skipped.
l server.connection.user: String (Default: olc-user)
The server connection username.
l server.connection.password: String (Default: there is no default for this setting)
The server password. Required if server.connection.configure = true.
l server.connection.port: Numeric (Default: 9340)
The server port number.
Example:
Page 50