From 2732eeff9e6994582293b5aaa0cb158b7e272e9e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 9 Dec 2022 11:14:47 +0100 Subject: Fix CI using 127.0.0.1 for tests --- config/test-1.yaml | 1 - config/test-2.yaml | 1 - config/test-3.yaml | 1 - config/test-4.yaml | 1 - config/test-5.yaml | 1 - config/test-6.yaml | 1 - config/test.yaml | 7 ++++--- 7 files changed, 4 insertions(+), 9 deletions(-) (limited to 'config') 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: port: 9001 webserver: - hostname: 'localhost' port: 9001 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: port: 9002 webserver: - hostname: 'localhost' port: 9002 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: port: 9003 webserver: - hostname: 'localhost' port: 9003 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: port: 9004 webserver: - hostname: 'localhost' port: 9004 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: port: 9005 webserver: - hostname: 'localhost' port: 9005 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: port: 9006 webserver: - hostname: 'localhost' port: 9006 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: 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 -- cgit v1.2.3