diff options
author | Chocobozzz <me@florianbigard.com> | 2022-12-09 11:14:47 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-12-12 13:36:23 +0100 |
commit | 2732eeff9e6994582293b5aaa0cb158b7e272e9e (patch) | |
tree | 417d30cf470cd1db84e06c5dbd1b5429d4b99bc1 /config | |
parent | c7c5f8d0f17b0ab598fbe237f11639c6de28110c (diff) | |
download | PeerTube-2732eeff9e6994582293b5aaa0cb158b7e272e9e.tar.gz PeerTube-2732eeff9e6994582293b5aaa0cb158b7e272e9e.tar.zst PeerTube-2732eeff9e6994582293b5aaa0cb158b7e272e9e.zip |
Fix CI using 127.0.0.1 for tests
Diffstat (limited to 'config')
-rw-r--r-- | config/test-1.yaml | 1 | ||||
-rw-r--r-- | config/test-2.yaml | 1 | ||||
-rw-r--r-- | config/test-3.yaml | 1 | ||||
-rw-r--r-- | config/test-4.yaml | 1 | ||||
-rw-r--r-- | config/test-5.yaml | 1 | ||||
-rw-r--r-- | config/test-6.yaml | 1 | ||||
-rw-r--r-- | config/test.yaml | 7 |
7 files changed, 4 insertions, 9 deletions
diff --git a/config/test-1.yaml b/config/test-1.yaml index 1402f3048..1d1020214 100644 --- a/config/test-1.yaml +++ b/config/test-1.yaml | |||
@@ -2,7 +2,6 @@ listen: | |||
2 | port: 9001 | 2 | port: 9001 |
3 | 3 | ||
4 | webserver: | 4 | webserver: |
5 | hostname: 'localhost' | ||
6 | port: 9001 | 5 | port: 9001 |
7 | 6 | ||
8 | database: | 7 | database: |
diff --git a/config/test-2.yaml b/config/test-2.yaml index 5d9db762f..d155b017d 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml | |||
@@ -2,7 +2,6 @@ listen: | |||
2 | port: 9002 | 2 | port: 9002 |
3 | 3 | ||
4 | webserver: | 4 | webserver: |
5 | hostname: 'localhost' | ||
6 | port: 9002 | 5 | port: 9002 |
7 | 6 | ||
8 | database: | 7 | database: |
diff --git a/config/test-3.yaml b/config/test-3.yaml index 97fe9cd44..50acf613a 100644 --- a/config/test-3.yaml +++ b/config/test-3.yaml | |||
@@ -2,7 +2,6 @@ listen: | |||
2 | port: 9003 | 2 | port: 9003 |
3 | 3 | ||
4 | webserver: | 4 | webserver: |
5 | hostname: 'localhost' | ||
6 | port: 9003 | 5 | port: 9003 |
7 | 6 | ||
8 | database: | 7 | database: |
diff --git a/config/test-4.yaml b/config/test-4.yaml index 328e70fa6..615e288b3 100644 --- a/config/test-4.yaml +++ b/config/test-4.yaml | |||
@@ -2,7 +2,6 @@ listen: | |||
2 | port: 9004 | 2 | port: 9004 |
3 | 3 | ||
4 | webserver: | 4 | webserver: |
5 | hostname: 'localhost' | ||
6 | port: 9004 | 5 | port: 9004 |
7 | 6 | ||
8 | database: | 7 | database: |
diff --git a/config/test-5.yaml b/config/test-5.yaml index 3e6ca9c12..447e3862a 100644 --- a/config/test-5.yaml +++ b/config/test-5.yaml | |||
@@ -2,7 +2,6 @@ listen: | |||
2 | port: 9005 | 2 | port: 9005 |
3 | 3 | ||
4 | webserver: | 4 | webserver: |
5 | hostname: 'localhost' | ||
6 | port: 9005 | 5 | port: 9005 |
7 | 6 | ||
8 | database: | 7 | database: |
diff --git a/config/test-6.yaml b/config/test-6.yaml index 89a71593f..c077d7e38 100644 --- a/config/test-6.yaml +++ b/config/test-6.yaml | |||
@@ -2,7 +2,6 @@ listen: | |||
2 | port: 9006 | 2 | port: 9006 |
3 | 3 | ||
4 | webserver: | 4 | webserver: |
5 | hostname: 'localhost' | ||
6 | port: 9006 | 5 | port: 9006 |
7 | 6 | ||
8 | database: | 7 | database: |
diff --git a/config/test.yaml b/config/test.yaml index 48cf0c0f6..878d68cb9 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -3,6 +3,7 @@ listen: | |||
3 | port: 9000 | 3 | port: 9000 |
4 | 4 | ||
5 | webserver: | 5 | webserver: |
6 | hostname: '127.0.0.1' | ||
6 | https: false | 7 | https: false |
7 | 8 | ||
8 | secrets: | 9 | secrets: |
@@ -20,18 +21,18 @@ rates_limit: | |||
20 | max: 500 | 21 | max: 500 |
21 | 22 | ||
22 | database: | 23 | database: |
23 | hostname: 'localhost' | 24 | hostname: '127.0.0.1' |
24 | port: 5432 | 25 | port: 5432 |
25 | 26 | ||
26 | redis: | 27 | redis: |
27 | hostname: 'localhost' | 28 | hostname: '127.0.0.1' |
28 | 29 | ||
29 | smtp: | 30 | smtp: |
30 | hostname: null | 31 | hostname: null |
31 | port: 1025 | 32 | port: 1025 |
32 | tls: false | 33 | tls: false |
33 | disable_starttls: true | 34 | disable_starttls: true |
34 | from_address: 'test-admin@localhost' | 35 | from_address: 'test-admin@127.0.0.1' |
35 | username: null | 36 | username: null |
36 | password: null | 37 | password: null |
37 | 38 | ||