services.forgejo.database.port
NixOS option
Database host port.
type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)Default
declared in: nixos/modules/services/misc/forgejo.nixView source on NixOS/nixpkgs →if config.services.forgejo.database.type != "postgresql" then 3306 else 5432