From cbe2f7c34822b1bd3b1f8c691f79f0c29cf21f07 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 10 May 2016 21:19:24 +0200 Subject: Refractoring and add thumbnails support (without tests) --- config/default.yaml | 1 + 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 + 7 files changed, 7 insertions(+) (limited to 'config') 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: certs: 'certs/' uploads: 'uploads/' logs: 'logs/' + thumbnails: 'thumbnails/' network: 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: certs: 'test1/certs/' uploads: 'test1/uploads/' logs: 'test1/logs/' + thumbnails: 'test1/thumbnails/' network: 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: certs: 'test2/certs/' uploads: 'test2/uploads/' logs: 'test2/logs/' + thumbnails: 'test2/thumbnails/' network: 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: certs: 'test3/certs/' uploads: 'test3/uploads/' logs: 'test3/logs/' + thumbnails: 'test3/thumbnails/' network: 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: certs: 'test4/certs/' uploads: 'test4/uploads/' logs: 'test4/logs/' + thumbnails: 'test4/thumbnails/' network: 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: certs: 'test5/certs/' uploads: 'test5/uploads/' logs: 'test5/logs/' + thumbnails: 'test5/thumbnails/' network: 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: certs: 'test6/certs/' uploads: 'test6/uploads/' logs: 'test6/logs/' + thumbnails: 'test6/thumbnails/' network: friends: -- cgit v1.2.3