MyNixOS website logo
option

services.rundeck.database.port

Database port (defaults: PostgreSQL: 5432, MySQL: 3306)

Declarations
Type
null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
if config.services.rundeck.database.type == "postgresql" then
  5432
else if config.services.rundeck.database.type == "mysql" then
  3306
else
  null