From b3d92510157f9066ea7fa82c303bea7a10eb55b6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Oct 2016 11:33:31 +0200 Subject: Server: Uploads -> Videos --- config/default.yaml | 2 +- config/test-1.yaml | 2 +- config/test-2.yaml | 2 +- config/test-3.yaml | 2 +- config/test-4.yaml | 2 +- config/test-5.yaml | 2 +- config/test-6.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index 6a1e22204..909bec177 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -14,7 +14,7 @@ database: # From the project root directory storage: certs: 'certs/' - uploads: 'uploads/' + videos: 'videos/' logs: 'logs/' thumbnails: 'thumbnails/' torrents: 'torrents/' diff --git a/config/test-1.yaml b/config/test-1.yaml index a59566cc4..4be44abc7 100644 --- a/config/test-1.yaml +++ b/config/test-1.yaml @@ -11,7 +11,7 @@ database: # From the project root directory storage: certs: 'test1/certs/' - uploads: 'test1/uploads/' + videos: 'test1/videos/' logs: 'test1/logs/' thumbnails: 'test1/thumbnails/' torrents: 'test1/torrents/' diff --git a/config/test-2.yaml b/config/test-2.yaml index 1b937898f..c723e6863 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml @@ -11,7 +11,7 @@ database: # From the project root directory storage: certs: 'test2/certs/' - uploads: 'test2/uploads/' + videos: 'test2/videos/' logs: 'test2/logs/' thumbnails: 'test2/thumbnails/' torrents: 'test2/torrents/' diff --git a/config/test-3.yaml b/config/test-3.yaml index e522c13e7..58417c34b 100644 --- a/config/test-3.yaml +++ b/config/test-3.yaml @@ -11,7 +11,7 @@ database: # From the project root directory storage: certs: 'test3/certs/' - uploads: 'test3/uploads/' + videos: 'test3/videos/' logs: 'test3/logs/' thumbnails: 'test3/thumbnails/' torrents: 'test3/torrents/' diff --git a/config/test-4.yaml b/config/test-4.yaml index e30cd7978..68253cae9 100644 --- a/config/test-4.yaml +++ b/config/test-4.yaml @@ -11,7 +11,7 @@ database: # From the project root directory storage: certs: 'test4/certs/' - uploads: 'test4/uploads/' + videos: 'test4/videos/' logs: 'test4/logs/' thumbnails: 'test4/thumbnails/' torrents: 'test4/torrents/' diff --git a/config/test-5.yaml b/config/test-5.yaml index 3a54599f5..aafd45889 100644 --- a/config/test-5.yaml +++ b/config/test-5.yaml @@ -11,7 +11,7 @@ database: # From the project root directory storage: certs: 'test5/certs/' - uploads: 'test5/uploads/' + videos: 'test5/videos/' logs: 'test5/logs/' thumbnails: 'test5/thumbnails/' torrents: 'test5/torrents/' diff --git a/config/test-6.yaml b/config/test-6.yaml index 31608add2..ba83b0bc1 100644 --- a/config/test-6.yaml +++ b/config/test-6.yaml @@ -11,7 +11,7 @@ database: # From the project root directory storage: certs: 'test6/certs/' - uploads: 'test6/uploads/' + videos: 'test6/videos/' logs: 'test6/logs/' thumbnails: 'test6/thumbnails/' torrents: 'test6/torrents/' -- cgit v1.2.3