MyNixOS website logo
option

services.mattermost.database.extraConnectionOptions

Extra options that are placed in the connection URI's query parameters.

Declarations
Type
attribute set of (signed integer or string)
Default
''
  {
    sslmode = "disable";
    connect_timeout = 60;
  }
''