services.flarum.database

NixOS option

MySQL database parameters

type: attribute set of (string or boolean or signed integer)
Default
{
  database = "flarum";
  driver = "mysql";
  host = "localhost";
  password = "";
  port = 3306;
  prefix = "";
  strict = false;
  username = "flarum";
}
declared in: nixos/modules/services/web-apps/flarum.nixView source on NixOS/nixpkgs →