services.rundeck.database.port
NixOS option
Database port (defaults: PostgreSQL: 5432, MySQL: 3306)
type: null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)Default
declared in: nixos/modules/services/web-apps/rundeck.nixView source on NixOS/nixpkgs →if config.services.rundeck.database.type == "postgresql" then 5432 else if config.services.rundeck.database.type == "mysql" then 3306 else null