services.ferretdb.settings

Additional configuration for FerretDB, see https://docs.ferretdb.io/configuration/flags/ for supported values.

Type
open submodule of attribute set of string
Example
{
  FERRETDB_LOG_LEVEL = "warn";
  FERRETDB_MODE = "normal";
}
Declared
<nixpkgs/nixos/modules/services/databases/ferretdb.nix>