From 04dee70fe808523c29c2e97e6b56b70f351b9218 Mon Sep 17 00:00:00 2001 From: ubc-tuehoang Date: Wed, 6 Sep 2023 14:49:15 -0700 Subject: [PATCH] added smitespam to MEDIAWIKI_EXTENSIONS --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 86146cc..afdb35e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,7 +37,7 @@ services: - MEDIAWIKI_DB_PASSWORD=password # uncomment 'MEDIAWIKI_ENABLE_SSL' to enable SSL support # - MEDIAWIKI_ENABLE_SSL=true - - MEDIAWIKI_EXTENSIONS=VisualEditor,WikiEditor,ParserFunctions,Cite,TemplateData,Scribunto,InputBox,Widgets,Maps,Math,LiquidThreads,Variables,RightFunctions,PageInCat,CategoryTree,LabeledSectionTransclusion,UserPageEditProtection,Quiz,UploadWizard,Collection,DynamicPageList,EmbedPage,UWUBCMessages,googleAnalytics,Renameuser,caliper,DeleteBatch,LinkTarget,HitCounters,GTag,3D,TimedMediaHandler + - MEDIAWIKI_EXTENSIONS=SmiteSpam,VisualEditor,WikiEditor,ParserFunctions,Cite,TemplateData,Scribunto,InputBox,Widgets,Maps,Math,LiquidThreads,Variables,RightFunctions,PageInCat,CategoryTree,LabeledSectionTransclusion,UserPageEditProtection,Quiz,UploadWizard,Collection,DynamicPageList,EmbedPage,UWUBCMessages,googleAnalytics,Renameuser,caliper,DeleteBatch,LinkTarget,HitCounters,GTag,3D,TimedMediaHandler - MEDIAWIKI_ALLOW_SITE_CSS_ON_RESTRICTED_PAGES=true - PARSOID_DOMAIN=localhost - RESTBASE_URL=http://nodeservices:7231