2022.2

Table Of Contents
l
RegisterService.connectServer:Boolean(Default:true)
RegistertheServerservicesornot(suchasinthecaseofacontainer).
l
server.username:String(Default:thecurrentuser/domaininstallingtheservice)
DeterminesthedomainandusernametobeusedwhenconfiguringtheServerservice.
Theusernamecanusethefollowingsyntaxformats:
l
username
l
domain\username
(Note:thebackslashbetweenthedomainandusernamesneedstobeescapedbyanother
backslash.Forexample:server.username = ourcompany\\pbrown01)
l
username@domain
l
server.password:String(Default:thereisnodefaultforthissetting)
PasswordtousewhenregisteringtheServerservice.
l
database.configure:Boolean(Default:true)
Ifsetto"false",thenthedatabaseconfigurationisskipped.
Note: Ifdatabaseconfigurationisskipped(database.configure = false),thennone
ofthedatabase.xxxpropertiesbelowarerequired,andthesepropertieswillbeignored,
evenintheyareincludedintheINIfile.
l
database.system:String,Optional(Default:thereisnodefaultforthissetting)
Entryneedstobefromoneofthefollowingoptions:mariadb,mysql,mssqlserver
Note: Ifproduct.MariaDB = truehasbeenset:
l
Thissettingbecomesoptional.Otherwiseitisrequired.
l
Thevalueisrequiredtobemariadb,ifthevalueistobeprovided.
l
Thissettingisoptional.Otherwiseitisrequired.
l
Thevalueisrequiredtobemariadb,ifthevalueistobeprovided.
l
database.host:String,Optional(Default:thereisnodefaultforthissetting)
Ifproduct.MariaDB = Truehasbeenset,thisvalueisrequiredtobesettolocalhost,if
provided.
l
database.port:Numeric,Optional(Default:MariaDB'sdefaultport,3306)
Thedatabaseengineport.
Therequiredentrydependsupontheselectionmadeindatabase.system.
Page 45