MyNixOS website logo
option

services.zabbixProxy.database.port

Database host port.

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