jenkins-bot has submitted this change and it was merged.

Change subject: Use the logical redis definition for GettingStarted.
......................................................................


Use the logical redis definition for GettingStarted.

Bug: T124671
Change-Id: I983d6609f7cd7b19eaba5f5801f7682b73fd5d04
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Aaron Schulz: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 7574b43..69af6d4 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2595,7 +2595,7 @@
 
 if ( $wmgUseGettingStarted ) {
        require_once( "$IP/extensions/GettingStarted/GettingStarted.php" );
-       $wgGettingStartedRedis = '/var/run/nutcracker/redis_eqiad.sock';
+       $wgGettingStartedRedis = $wgObjectCaches['redis_master']['servers'][0];
        $wgGettingStartedRedisOptions['password'] = $wmgRedisPassword;
        $wgGettingStartedCategoriesForTaskTypes = 
$wmgGettingStartedCategoriesForTaskTypes;
        $wgGettingStartedExcludedCategories = 
$wmgGettingStartedExcludedCategories;

-- 
To view, visit https://gerrit.wikimedia.org/r/266481
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I983d6609f7cd7b19eaba5f5801f7682b73fd5d04
Gerrit-PatchSet: 4
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to