Awight has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/249021

Change subject: Back to using localhost/socket to connect to the database
......................................................................

Back to using localhost/socket to connect to the database

Apparently this was fixed in the environment.

Change-Id: I1d622db2a09774271d6cd35986cb61eb60a9b58a
---
M puppet/modules/crm/templates/settings.php.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/21/249021/1

diff --git a/puppet/modules/crm/templates/settings.php.erb 
b/puppet/modules/crm/templates/settings.php.erb
index 52a44ba..3c92d47 100644
--- a/puppet/modules/crm/templates/settings.php.erb
+++ b/puppet/modules/crm/templates/settings.php.erb
@@ -17,7 +17,7 @@
         'database' => $db,
         'username' => '<%= @db_user %>',
         'password' => '<%= @db_pass %>',
-        'host' => '127.0.0.1', // FIXME: Use socket
+        'host' => 'localhost',
         'prefix' => '',
     );
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1d622db2a09774271d6cd35986cb61eb60a9b58a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>

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

Reply via email to