From 3ebf9d1d810543acc5ab86fdc6308a1440245047 Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Fri, 19 Apr 2024 19:11:54 +0200 Subject: [PATCH] Update --- install_wiki.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_wiki.yaml b/install_wiki.yaml index 6c0fafe..1a19a2b 100644 --- a/install_wiki.yaml +++ b/install_wiki.yaml @@ -96,7 +96,7 @@ ## be publicly accessible from the web. #$wgCacheDirectory = "$IP/cache"; - $wgSecretKey = "68876c5ab7953361002cc0afd46371202badcf9aa4241976eafe44ac3e330e09"; + $wgSecretKey = "{{ wgSecretKey }}"; # Changing this will log out all existing sessions. $wgAuthenticationTokenVersion = "1";