Manual:List of MediaWiki configuration settings containing sensitive data/ru
Appearance
Эта страница устарела. |
The following incomplete list of configuration settings should generally not be kept in LocalSettings.php because they can be served as plain text under several different conditions revealing your wiki admin account to the world. For information on securing them better, see Manual:Securing database passwords . Some of these settings are from the MediaWiki core and others are from MediaWiki extensions.
Alphabetical list, sorted first by location
Настройка | Местоположение | Описание |
---|---|---|
$wgDBadminpassword | Core | Пароль администратора базы данных |
$wgDBadminuser | Core | Имя администратора базы данных |
$wgDBname | Core | Название базы данных |
$wgDBpassword | Core | Пароль базы данных |
$wgDBserver | Core | Имя хоста базы данных или адрес IP |
$wgDBuser | Core | Имя пользователя базы данных |
$wgSecretKey | Core | Used to increase cryptographic entropy when generating user_token |
$wgSMTP | Core | Содержит пароль для SMTP доступа |
$wgUpgradeKey | Core | Password protecting the upgrade script |
$wgReCaptchaPrivateKey | Расширение:ConfirmEdit/ru | Private key for access to the ReCaptcha site |
$wgSecureHTMLSecrets | Extension:Secure HTML | Secret key strings to allow arbitrary HTML to be displayed |