services.mattermost.database.port
Port to use for the database.
- Type
16 bit unsigned integer; between 0 and 65535 (both inclusive)- Default
'' if config.services.mattermost.database.type == "postgres" then 5432 else 3306 ''- Example
3306- Declared
- <nixpkgs/nixos/modules/services/web-apps/mattermost.nix>