services.mattermost.database.extraConnectionOptions

NixOS option

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

type: attribute set of (signed integer or string)
Default
''
  {
    sslmode = "disable";
    connect_timeout = 60;
  }
''
declared in: nixos/modules/services/web-apps/mattermost.nixView source on NixOS/nixpkgs →