<?php
$wgSitename = "ShiftOS Wiki";
$wgMetaNamespace = "ShiftOS_Wiki";

## The protocol and server name to use in fully-qualified URLs
$wgServer = "https://wiki.shiftos.dev";


## 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' => "/assets/logo.png",
	'icon' => "/assets/logo.png",
];

$wgFavicon = "/assets/favicon.ico";
$wgAppleTouchIcon = "/assets/apple-touch-icon.png";

$wgUploadDirectory = "/var/www/html/mediawiki/sites/shiftos/images";

$wgPasswordSender = "noreply@shiftos.dev";

#$wgSharedDB = 'osft_shared';
#$wgSharedTables[] = 'actor';
#$wgSharedTables[] = 'ipblocks';

## Database settings
require_once "/srv/external_includes/shiftos/mysql_pw.php";

# SMTP
require_once "/srv/external_includes/shiftos/email.php";

require_once "/srv/external_includes/shiftos/secrets.php";

## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "https://creativecommons.org/licenses/by-sa/4.0";
$wgRightsText = "Creative Commons Attribution-ShareAlike 4.0 International";
$wgRightsIcon = "https://osfirsttimer.wiki/assets/CC-BY-SA.svg";

$wgDiscordWebhookURL = [ "webhookurl" ];

# Permissions

# Extensions

#$wgShowExceptionDetails = true;

?>
