MyNixOS website logo
option

services.mattermost.database.port

Port to use for the database.

Declarations
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