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.
th-downstream
Matt Jankowski 8 years ago committed by GitHub
parent 4f2a0f546d
commit 8dd89e9132

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

Loading…
Cancel
Save