diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-10 21:19:24 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-10 21:19:24 +0200 |
commit | cbe2f7c34822b1bd3b1f8c691f79f0c29cf21f07 (patch) | |
tree | ce678124210db8b03b2a523e3b92a14cc403eeee /config | |
parent | f1dae018681936b556b2496b7f2d872c004cfda3 (diff) | |
download | PeerTube-cbe2f7c34822b1bd3b1f8c691f79f0c29cf21f07.tar.gz PeerTube-cbe2f7c34822b1bd3b1f8c691f79f0c29cf21f07.tar.zst PeerTube-cbe2f7c34822b1bd3b1f8c691f79f0c29cf21f07.zip |
Refractoring and add thumbnails support (without tests)
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 1 | ||||
-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 |
7 files changed, 7 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index be161640c..87b72aa3b 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -16,6 +16,7 @@ storage: | |||
16 | certs: 'certs/' | 16 | certs: 'certs/' |
17 | uploads: 'uploads/' | 17 | uploads: 'uploads/' |
18 | logs: 'logs/' | 18 | logs: 'logs/' |
19 | thumbnails: 'thumbnails/' | ||
19 | 20 | ||
20 | network: | 21 | network: |
21 | friends: [] | 22 | friends: [] |
diff --git a/config/test-1.yaml b/config/test-1.yaml index 031e4893f..3afcb1b04 100644 --- a/config/test-1.yaml +++ b/config/test-1.yaml | |||
@@ -13,6 +13,7 @@ storage: | |||
13 | certs: 'test1/certs/' | 13 | certs: 'test1/certs/' |
14 | uploads: 'test1/uploads/' | 14 | uploads: 'test1/uploads/' |
15 | logs: 'test1/logs/' | 15 | logs: 'test1/logs/' |
16 | thumbnails: 'test1/thumbnails/' | ||
16 | 17 | ||
17 | network: | 18 | network: |
18 | friends: | 19 | friends: |
diff --git a/config/test-2.yaml b/config/test-2.yaml index 8a2a80158..51cc186eb 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml | |||
@@ -13,6 +13,7 @@ storage: | |||
13 | certs: 'test2/certs/' | 13 | certs: 'test2/certs/' |
14 | uploads: 'test2/uploads/' | 14 | uploads: 'test2/uploads/' |
15 | logs: 'test2/logs/' | 15 | logs: 'test2/logs/' |
16 | thumbnails: 'test2/thumbnails/' | ||
16 | 17 | ||
17 | network: | 18 | network: |
18 | friends: | 19 | friends: |
diff --git a/config/test-3.yaml b/config/test-3.yaml index 3e906d125..7ef01ba4d 100644 --- a/config/test-3.yaml +++ b/config/test-3.yaml | |||
@@ -13,6 +13,7 @@ storage: | |||
13 | certs: 'test3/certs/' | 13 | certs: 'test3/certs/' |
14 | uploads: 'test3/uploads/' | 14 | uploads: 'test3/uploads/' |
15 | logs: 'test3/logs/' | 15 | logs: 'test3/logs/' |
16 | thumbnails: 'test3/thumbnails/' | ||
16 | 17 | ||
17 | network: | 18 | network: |
18 | friends: | 19 | friends: |
diff --git a/config/test-4.yaml b/config/test-4.yaml index 6db8a5d03..a4d3bb164 100644 --- a/config/test-4.yaml +++ b/config/test-4.yaml | |||
@@ -13,6 +13,7 @@ storage: | |||
13 | certs: 'test4/certs/' | 13 | certs: 'test4/certs/' |
14 | uploads: 'test4/uploads/' | 14 | uploads: 'test4/uploads/' |
15 | logs: 'test4/logs/' | 15 | logs: 'test4/logs/' |
16 | thumbnails: 'test4/thumbnails/' | ||
16 | 17 | ||
17 | network: | 18 | network: |
18 | friends: | 19 | friends: |
diff --git a/config/test-5.yaml b/config/test-5.yaml index 7b3f18d35..0435c17fe 100644 --- a/config/test-5.yaml +++ b/config/test-5.yaml | |||
@@ -13,6 +13,7 @@ storage: | |||
13 | certs: 'test5/certs/' | 13 | certs: 'test5/certs/' |
14 | uploads: 'test5/uploads/' | 14 | uploads: 'test5/uploads/' |
15 | logs: 'test5/logs/' | 15 | logs: 'test5/logs/' |
16 | thumbnails: 'test5/thumbnails/' | ||
16 | 17 | ||
17 | network: | 18 | network: |
18 | friends: | 19 | friends: |
diff --git a/config/test-6.yaml b/config/test-6.yaml index 0c7675cc2..b7dbd4bdd 100644 --- a/config/test-6.yaml +++ b/config/test-6.yaml | |||
@@ -13,6 +13,7 @@ storage: | |||
13 | certs: 'test6/certs/' | 13 | certs: 'test6/certs/' |
14 | uploads: 'test6/uploads/' | 14 | uploads: 'test6/uploads/' |
15 | logs: 'test6/logs/' | 15 | logs: 'test6/logs/' |
16 | thumbnails: 'test6/thumbnails/' | ||
16 | 17 | ||
17 | network: | 18 | network: |
18 | friends: | 19 | friends: |