$wgEnotifUseJobQ = true;
+$wgSMTP = [
+ "host" => "localhost",
+ "socket_options" => [
+ "ssl" => [
+ "verify_peer_name" => false
+ ]
+ ]
+];
+
## Database settings
$wgDBtype = "mysql";
$wgDBserver = "<%= @database_params[:host] %>";
# Increase curl timeout to allow parsoid requests to heavy pages like Map Features
# Mediawiki 1.38 has fix to allow this to be set by $wgVirtualRestConfig
# https://phabricator.wikimedia.org/T285478
-$wgHTTPTimeout = 180;
+$wgHTTPTimeout = 240;