Manual:$wgLocalDatabases
Jump to navigation
Jump to search
Preferencias de base de datos: $wgLocalDatabases | |
---|---|
Other wikis on this site, can be administered from a single developer account. |
|
Introducido en la versión: | 1.3.0 |
Eliminado en la versión: | aún se usa |
Valores permitidos: | (array of strings) - véase abajo |
Valor predeterminado: | [] |
Otras configuraciones: Alfabéticamente | Por Función |
Detalles
An array of database names. E.g.,
$wgLocalDatabases = [ 'wikipedia', 'meta', 'news' ];
This is used for e.g. $wgConf (SiteConfiguration). $wgConf->wikis should be the same as $wgLocalDatabases.
It is needed to run a wiki family, for example by using Extension:CentralAuth .
User rights on other wikis on this site can be administered from a single developer account (permission: userrights-interwiki).
Véase también
- Manual: $wgDBname - the one of the current wiki