aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/server-commands/miscs/sql-command.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/server-commands/miscs/sql-command.ts')
-rw-r--r--shared/server-commands/miscs/sql-command.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/server-commands/miscs/sql-command.ts b/shared/server-commands/miscs/sql-command.ts
index f163cc8c9..dbc441aba 100644
--- a/shared/server-commands/miscs/sql-command.ts
+++ b/shared/server-commands/miscs/sql-command.ts
@@ -131,7 +131,7 @@ export class SQLCommand extends AbstractCommand {
131 const dbname = 'peertube_test' + this.server.internalServerNumber 131 const dbname = 'peertube_test' + this.server.internalServerNumber
132 const username = 'peertube' 132 const username = 'peertube'
133 const password = 'peertube' 133 const password = 'peertube'
134 const host = 'localhost' 134 const host = '127.0.0.1'
135 const port = 5432 135 const port = 5432
136 136
137 this.sequelize = new Sequelize(dbname, username, password, { 137 this.sequelize = new Sequelize(dbname, username, password, {