mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Fix CI using 127.0.0.1 for tests
This commit is contained in:
parent
c7c5f8d0f1
commit
2732eeff9e
62 changed files with 312 additions and 322 deletions
|
@ -131,7 +131,7 @@ export class SQLCommand extends AbstractCommand {
|
|||
const dbname = 'peertube_test' + this.server.internalServerNumber
|
||||
const username = 'peertube'
|
||||
const password = 'peertube'
|
||||
const host = 'localhost'
|
||||
const host = '127.0.0.1'
|
||||
const port = 5432
|
||||
|
||||
this.sequelize = new Sequelize(dbname, username, password, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue