Database host port.
Declarations
Type
16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
if config.services.zabbixWeb.database.type == "mysql" then config.services.mysql.port
else if config.services.zabbixWeb.database.type == "pgsql" then config.services.postgresql.settings.port
else 1521