logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 8e84177305d0e226faff4e077df2e6a9c109cb1a
parent: a28ce13b3e7da2159fdc4800214910740a66c3bf
Author: Matt Jankowski <mjankowski@thoughtbot.com>
Date:   Mon, 22 May 2017 20:27:24 -0400

Use local default for postgres host in node streaming service (#3240)

This location varies across postgres installations, and it seems like the pg
package knows how to guess correctly on each system.

Diffstat:

Mstreaming/index.js1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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, },