From 8b2a9e95246f8f81f88e5afd1290913c385f180f Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 24 Apr 2023 15:51:25 +0000 Subject: Uncommented docker-compose, added example .env file --- homelab-wiki/LocalSettings.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'homelab-wiki/LocalSettings.php') diff --git a/homelab-wiki/LocalSettings.php b/homelab-wiki/LocalSettings.php index bf13166..7e53d62 100644 --- a/homelab-wiki/LocalSettings.php +++ b/homelab-wiki/LocalSettings.php @@ -30,7 +30,7 @@ $wgMetaNamespace = "Eden's_Homelab_Wiki"; $wgScriptPath = ""; ## The protocol and server name to use in fully-qualified URLs -$wgServer = "http://srv.home:6970"; +$wgServer = "https://wiki.eda.gay"; ## The URL path to static resources (images, scripts, etc.) $wgResourceBasePath = $wgScriptPath; @@ -38,8 +38,7 @@ $wgResourceBasePath = $wgScriptPath; ## The URL paths to the logo. Make sure you change this from the default, ## or else you'll overwrite your logo when you upgrade! $wgLogos = [ - '1x' => "$wgResourceBasePath/resources/assets/change-your-logo.svg", - 'icon' => "$wgResourceBasePath/resources/assets/change-your-logo.svg", + '1x' => "$wgResourceBasePath/images/c/c9/Logo.png", ]; ## UPO means: this is also a user preference option -- cgit v1.2.3