mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix CI using 127.0.0.1 for tests
This commit is contained in:
@@ -2,7 +2,6 @@ listen:
|
||||
port: 9001
|
||||
|
||||
webserver:
|
||||
hostname: 'localhost'
|
||||
port: 9001
|
||||
|
||||
database:
|
||||
|
||||
@@ -2,7 +2,6 @@ listen:
|
||||
port: 9002
|
||||
|
||||
webserver:
|
||||
hostname: 'localhost'
|
||||
port: 9002
|
||||
|
||||
database:
|
||||
|
||||
@@ -2,7 +2,6 @@ listen:
|
||||
port: 9003
|
||||
|
||||
webserver:
|
||||
hostname: 'localhost'
|
||||
port: 9003
|
||||
|
||||
database:
|
||||
|
||||
@@ -2,7 +2,6 @@ listen:
|
||||
port: 9004
|
||||
|
||||
webserver:
|
||||
hostname: 'localhost'
|
||||
port: 9004
|
||||
|
||||
database:
|
||||
|
||||
@@ -2,7 +2,6 @@ listen:
|
||||
port: 9005
|
||||
|
||||
webserver:
|
||||
hostname: 'localhost'
|
||||
port: 9005
|
||||
|
||||
database:
|
||||
|
||||
@@ -2,7 +2,6 @@ listen:
|
||||
port: 9006
|
||||
|
||||
webserver:
|
||||
hostname: 'localhost'
|
||||
port: 9006
|
||||
|
||||
database:
|
||||
|
||||
@@ -3,6 +3,7 @@ listen:
|
||||
port: 9000
|
||||
|
||||
webserver:
|
||||
hostname: '127.0.0.1'
|
||||
https: false
|
||||
|
||||
secrets:
|
||||
@@ -20,18 +21,18 @@ rates_limit:
|
||||
max: 500
|
||||
|
||||
database:
|
||||
hostname: 'localhost'
|
||||
hostname: '127.0.0.1'
|
||||
port: 5432
|
||||
|
||||
redis:
|
||||
hostname: 'localhost'
|
||||
hostname: '127.0.0.1'
|
||||
|
||||
smtp:
|
||||
hostname: null
|
||||
port: 1025
|
||||
tls: false
|
||||
disable_starttls: true
|
||||
from_address: 'test-admin@localhost'
|
||||
from_address: 'test-admin@127.0.0.1'
|
||||
username: null
|
||||
password: null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user