services.gitea.database.port

NixOS option

Database host port.

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