services.firefly-iii.settings.DB_PORT
NixOS option
The port your database is listening at. sqlite does not require this value to be filled.
type: null or signed integerDefault
declared in: nixos/modules/services/web-apps/firefly-iii.nixView source on NixOS/nixpkgs →'' `null` if DB_CONNECTION is "sqlite", `3306` if "mysql", `5432` if "pgsql" ''