services.gitea.database.port

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
<nixpkgs/nixos/modules/services/misc/gitea.nix>