Manual:センシティブなデータを含む MediaWiki 構成設定の一覧

This page is a translated version of the page Manual:List of MediaWiki configuration settings containing sensitive data and the translation is 60% complete.

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:データベースパスワードを安全に保管するには . Some of these settings are from the MediaWiki core and others are from MediaWiki extensions.

アルファベット順の一覧 (最初に場所順に並べ替え)

設定 場所 説明
$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 Contains password for SMTP access
$wgUpgradeKey Core Password protecting the upgrade script
$wgReCaptchaPrivateKey Extension:ConfirmEdit Private key for access to the ReCaptcha site
$wgSecureHTMLSecrets Extension:Secure HTML Secret key strings to allow arbitrary HTML to be displayed

関連項目