From 17632206431b9e7acb9869992b9216071625900b Mon Sep 17 00:00:00 2001 From: conradschulz Date: Mon, 4 Jan 2021 08:21:13 +0100 Subject: [PATCH] Update of settings.php example --- example.LocalSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.LocalSettings.php b/example.LocalSettings.php index 3dc0a54..bcd3e98 100644 --- a/example.LocalSettings.php +++ b/example.LocalSettings.php @@ -29,7 +29,7 @@ $wgSitename = "CoLa-Wissensdatenbank"; $wgScriptPath = ""; ## The protocol and server name to use in fully-qualified URLs -$wgServer = "http://192.168.178.5:8090"; +$wgServer = "https://wiki.rd13server.de"; ## The URL path to static resources (images, scripts, etc.) $wgResourceBasePath = $wgScriptPath;