aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/test-1.yaml1
-rw-r--r--config/test-2.yaml1
-rw-r--r--config/test-3.yaml1
-rw-r--r--config/test-4.yaml1
-rw-r--r--config/test-5.yaml1
-rw-r--r--config/test-6.yaml1
-rw-r--r--config/test.yaml7
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
4webserver: 4webserver:
5 hostname: 'localhost'
6 port: 9001 5 port: 9001
7 6
8database: 7database:
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
4webserver: 4webserver:
5 hostname: 'localhost'
6 port: 9002 5 port: 9002
7 6
8database: 7database:
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
4webserver: 4webserver:
5 hostname: 'localhost'
6 port: 9003 5 port: 9003
7 6
8database: 7database:
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
4webserver: 4webserver:
5 hostname: 'localhost'
6 port: 9004 5 port: 9004
7 6
8database: 7database:
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
4webserver: 4webserver:
5 hostname: 'localhost'
6 port: 9005 5 port: 9005
7 6
8database: 7database:
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
4webserver: 4webserver:
5 hostname: 'localhost'
6 port: 9006 5 port: 9006
7 6
8database: 7database:
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
5webserver: 5webserver:
6 hostname: '127.0.0.1'
6 https: false 7 https: false
7 8
8secrets: 9secrets:
@@ -20,18 +21,18 @@ rates_limit:
20 max: 500 21 max: 500
21 22
22database: 23database:
23 hostname: 'localhost' 24 hostname: '127.0.0.1'
24 port: 5432 25 port: 5432
25 26
26redis: 27redis:
27 hostname: 'localhost' 28 hostname: '127.0.0.1'
28 29
29smtp: 30smtp:
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