Store Mediawiki secret key in Docker etc.

Closes #7
This commit is contained in:
3wc
2020-09-08 13:53:09 +02:00
parent 6144c3531f
commit 3cc586873a
4 changed files with 10 additions and 4 deletions

View File

@ -97,7 +97,7 @@ $wgShellLocale = "C.UTF-8";
# Site language code, should be one of the list in ./languages/data/Names.php
$wgLanguageCode = "en";
$wgSecretKey = "8a83180cd66683c2a379882211187d6f79a1d40749b962598148f67893ff10cf";
$wgSecretKey = rtrim(file_get_contents('/run/secrets/mediawiki_secret_key'));
# Changing this will log out all existing sessions.
$wgAuthenticationTokenVersion = "1";