We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a699e85 commit 81f1614Copy full SHA for 81f1614
config/wiki/ExtensionSettings.php
@@ -332,8 +332,8 @@
332
$smwgMainCacheType = 'redis';
333
$smwgQueryResultCacheType = 'redis';
334
$smwgNamespace = 'https://shinycolors.wiki/id/';
335
-//$smwgDefaultStore = 'SMWElasticStore';
336
-//$smwgElasticsearchEndpoints = [ 'elasticsearch:9200' ];
+$smwgDefaultStore = 'SMWElasticStore';
+$smwgElasticsearchEndpoints = [ 'elasticsearch:9200' ];
337
$smwgDVFeatures = $smwgDVFeatures | SMW_DV_PVUC;
338
$wgSearchType = 'SMWSearch';
339
use CirrusSearch\CirrusSearch;
0 commit comments