Manual:$wgServerName
Server URLs and file paths: $wgServerName | |
---|---|
O nome do servidor sem o protocolo. |
|
Introduzida na versão: | 1.24.0 (Gerrit change 131675; git #72c0ce43) |
Removida na versão: | ainda em uso |
Valores permitidos: | (string) |
Valor por omissão: | (criado dinamicamente) |
Outras configurações: Lista Alfabética | Lista por Função |
Versões do MediaWiki: | 1.3.8 – 1.16 |
Versão MediaWiki: | ≥ 1.24 |
This variable was added in 1.3.8, then removed in 1.17.0 (r73950), then re-introduced in 1.24.0.
Detalhes
The name of the server without the protocol or trailing slash. (e.g. "en.wikipedia.org").
It is automatically calculated based on $wgCanonicalServer
.
It should not be customized, and will generate a warning if set.
Utilizado em:
- RCFeed (propriedade
server_name
)
- Default value of server for
$wgEmergencyContact
and$wgPasswordSender
emails.