mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +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
|
@ -179,9 +179,9 @@ export class PeerTubeServer {
|
|||
this.rtmpsPort = this.parallel ? this.randomRTMP() : 1937
|
||||
this.port = 9000 + this.internalServerNumber
|
||||
|
||||
this.url = `http://localhost:${this.port}`
|
||||
this.host = `localhost:${this.port}`
|
||||
this.hostname = 'localhost'
|
||||
this.url = `http://127.0.0.1:${this.port}`
|
||||
this.host = `127.0.0.1:${this.port}`
|
||||
this.hostname = '127.0.0.1'
|
||||
}
|
||||
|
||||
setUrl (url: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue