diff --git a/streaming/index.js b/streaming/index.js
index 627b677a8ec1ae884a8fa80332525304ae814212..9e467459056ad48ebe1a3ba7934ea718af6b3e3f 100644
--- a/streaming/index.js
+++ b/streaming/index.js
@@ -86,7 +86,6 @@ if (cluster.isMaster) {
   const pgConfigs = {
     development: {
       database: 'mastodon_development',
-      host:     '/var/run/postgresql',
       max:      10,
     },