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
Port to use for the database.
16 bit unsigned integer; between 0 and 65535 (both inclusive)
''
if config.services.mattermost.database.type == "postgres" then 5432 else 3306
''
3306