diff --git a/LocalSettings.php b/LocalSettings.php index f3c61b5..185dce9 100644 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -35,7 +35,7 @@ $wgArticlePath = "/wiki/$1"; $wgUsePathInfo = true; ## The protocol and server name to use in fully-qualified URLs -$wgServer = "http://localhost:8080"; +$wgServer = "https://wiki.claremontmakerspace.org"; ## The URL path to static resources (images, scripts, etc.) $wgResourceBasePath = $wgScriptPath;