services.mediawiki.database.tablePrefix

NixOS option

If you only have access to a single database and wish to install more than one version of MediaWiki, or have other applications that also use the database, you can give the table names a unique prefix to stop any naming conflicts or confusion. Only used if database type is MySQL. See https://www.mediawiki.org/wiki/Manual:$wgDBprefix.

type: null or string
Default
null
declared in: nixos/modules/services/web-apps/mediawiki.nixView source on NixOS/nixpkgs →