Skip to content

Commit

Permalink
uses host instead of ip. closes #575
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzow committed Oct 14, 2024
1 parent f1cf660 commit 1bc2c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (config.isValidPlatform() && !config.inBuild()) {
connection: {
client: "postgres",
connection: {
host: credentials.ip,
host: credentials.host,
port: credentials.port,
database: credentials.path,
user: credentials.username,
Expand Down

0 comments on commit 1bc2c16

Please sign in to comment.