diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/test-1.yaml | 3 | ||||
-rw-r--r-- | config/test-3.yaml | 3 | ||||
-rw-r--r-- | config/test-4.yaml | 3 | ||||
-rw-r--r-- | config/test-5.yaml | 3 | ||||
-rw-r--r-- | config/test-6.yaml | 3 | ||||
-rw-r--r-- | config/test.yaml | 4 |
6 files changed, 19 insertions, 0 deletions
diff --git a/config/test-1.yaml b/config/test-1.yaml index 4e9f29435..d9b4d2b1a 100644 --- a/config/test-1.yaml +++ b/config/test-1.yaml | |||
@@ -26,3 +26,6 @@ user: | |||
26 | 26 | ||
27 | signup: | 27 | signup: |
28 | limit: 4 | 28 | limit: 4 |
29 | |||
30 | transcoding: | ||
31 | enabled: false | ||
diff --git a/config/test-3.yaml b/config/test-3.yaml index a29225a44..291b43edc 100644 --- a/config/test-3.yaml +++ b/config/test-3.yaml | |||
@@ -20,3 +20,6 @@ storage: | |||
20 | 20 | ||
21 | admin: | 21 | admin: |
22 | email: 'admin3@example.com' | 22 | email: 'admin3@example.com' |
23 | |||
24 | transcoding: | ||
25 | enabled: false | ||
diff --git a/config/test-4.yaml b/config/test-4.yaml index da93e128d..6f80939fc 100644 --- a/config/test-4.yaml +++ b/config/test-4.yaml | |||
@@ -20,3 +20,6 @@ storage: | |||
20 | 20 | ||
21 | admin: | 21 | admin: |
22 | email: 'admin4@example.com' | 22 | email: 'admin4@example.com' |
23 | |||
24 | transcoding: | ||
25 | enabled: false | ||
diff --git a/config/test-5.yaml b/config/test-5.yaml index f95e25eb8..0b5eab72e 100644 --- a/config/test-5.yaml +++ b/config/test-5.yaml | |||
@@ -20,3 +20,6 @@ storage: | |||
20 | 20 | ||
21 | admin: | 21 | admin: |
22 | email: 'admin5@example.com' | 22 | email: 'admin5@example.com' |
23 | |||
24 | transcoding: | ||
25 | enabled: false | ||
diff --git a/config/test-6.yaml b/config/test-6.yaml index 87d054439..5d33e45b9 100644 --- a/config/test-6.yaml +++ b/config/test-6.yaml | |||
@@ -20,3 +20,6 @@ storage: | |||
20 | 20 | ||
21 | admin: | 21 | admin: |
22 | email: 'admin6@example.com' | 22 | email: 'admin6@example.com' |
23 | |||
24 | transcoding: | ||
25 | enabled: false | ||
diff --git a/config/test.yaml b/config/test.yaml index 1a08d5ed1..feecb7883 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -10,3 +10,7 @@ database: | |||
10 | 10 | ||
11 | signup: | 11 | signup: |
12 | enabled: true | 12 | enabled: true |
13 | |||
14 | transcoding: | ||
15 | enabled: true | ||
16 | threads: 4 | ||