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

This location varies across postgres installations, and it seems like the pg
package knows how to guess correctly on each system.
pull/3253/head
Matt Jankowski 2017-05-22 20:27:24 -04:00 committed by GitHub
parent a28ce13b3e
commit 8e84177305
1 changed files with 0 additions and 1 deletions
streaming

View File

@ -86,7 +86,6 @@ if (cluster.isMaster) {
const pgConfigs = {
development: {
database: 'mastodon_development',
host: '/var/run/postgresql',
max: 10,
},