$wgSMTP = [
"host" => "localhost",
- "localhost" => "<%= node[:fqdn] %>",
"socket_options" => [
"ssl" => [
"verify_peer_name" => false
## Set $wgCacheDirectory to a writable directory on the web server
## to make your wiki go slightly faster. The directory should not
## be publically accessible from the web.
-#$wgCacheDirectory = "$IP/cache";
+$wgCacheDirectory = "$IP/cache";
# Site language code, should be one of the list in ./languages/Names.php
$wgLanguageCode = "en";