<?php
$wgSitename = "OSFirstTimer Wiki";
$wgMetaNamespace = "OSFirstTimer_Wiki";

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


## 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 = [
	'svg' => "/assets/logo.svg",
	'1x' => "/assets/logo.png",
	'icon' => "/assets/logo.svg",
	#'wordmark' => [
	#	'src' => "/assets/wordmark.svg",
	#	'width' => 119,
#		'height' => 36,
#	],
];

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

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

$wgPasswordSender = "noreply@osfirsttimer.wiki";

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

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

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

require_once "/srv/external_includes/osft/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;

?>

