Skip to content

Commit 81f1614

Browse files
committed
feat: ✨ Re-Enable SMWElasicStore
1 parent a699e85 commit 81f1614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/wiki/ExtensionSettings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@
332332
$smwgMainCacheType = 'redis';
333333
$smwgQueryResultCacheType = 'redis';
334334
$smwgNamespace = 'https://shinycolors.wiki/id/';
335-
//$smwgDefaultStore = 'SMWElasticStore';
336-
//$smwgElasticsearchEndpoints = [ 'elasticsearch:9200' ];
335+
$smwgDefaultStore = 'SMWElasticStore';
336+
$smwgElasticsearchEndpoints = [ 'elasticsearch:9200' ];
337337
$smwgDVFeatures = $smwgDVFeatures | SMW_DV_PVUC;
338338
$wgSearchType = 'SMWSearch';
339339
use CirrusSearch\CirrusSearch;

0 commit comments

Comments
 (0)