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