mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-17 04:32:22 +00:00
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.
This commit is contained in:
parent
a28ce13b3e
commit
8e84177305
|
@ -86,7 +86,6 @@ if (cluster.isMaster) {
|
||||||
const pgConfigs = {
|
const pgConfigs = {
|
||||||
development: {
|
development: {
|
||||||
database: 'mastodon_development',
|
database: 'mastodon_development',
|
||||||
host: '/var/run/postgresql',
|
|
||||||
max: 10,
|
max: 10,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue