From: Chocobozzz Date: Mon, 15 Jan 2018 17:06:43 +0000 (+0100) Subject: Remove unused keys in configuration X-Git-Tag: v0.0.11-alpha~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=48be26e1fcbd857b502b53d44b299ac63db64abf;hp=d2000ca6e7fa77758d4f811e4a8af11108d2655d;p=github%2FChocobozzz%2FPeerTube.git Remove unused keys in configuration --- diff --git a/config/default.yaml b/config/default.yaml index ee7446826..07bb26d5f 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -17,7 +17,6 @@ database: # From the project root directory storage: avatars: 'storage/avatars/' - certs: 'storage/certs/' videos: 'storage/videos/' logs: 'storage/logs/' previews: 'storage/previews/' diff --git a/config/production.yaml.example b/config/production.yaml.example index c0c1306bd..985b25a52 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -17,14 +17,13 @@ database: # From the project root directory storage: - avatars: '../../storage/avatars/' - certs: '../../storage/certs/' - videos: '../../storage/videos/' - logs: '../../storage/logs/' - previews: '../../storage/previews/' - thumbnails: '../../storage/thumbnails/' - torrents: '../../storage/torrents/' - cache: '../../storage/cache/' + avatars: '/home/peertube/storage/avatars/' + videos: '/home/peertube/storage/videos/' + logs: '/home/peertube/storage/logs/' + previews: '/home/peertube/storage/previews/' + thumbnails: '/home/peertube/storage/thumbnails/' + torrents: '/home/peertube/storage/torrents/' + cache: '/home/peertube/storage/cache/' cache: previews: diff --git a/config/test-1.yaml b/config/test-1.yaml index 49fbebf04..cb658397c 100644 --- a/config/test-1.yaml +++ b/config/test-1.yaml @@ -11,7 +11,6 @@ database: # From the project root directory storage: avatars: 'test1/avatars/' - certs: 'test1/certs/' videos: 'test1/videos/' logs: 'test1/logs/' previews: 'test1/previews/' diff --git a/config/test-2.yaml b/config/test-2.yaml index ff0df5962..7b9787c91 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml @@ -11,7 +11,6 @@ database: # From the project root directory storage: avatars: 'test2/avatars/' - certs: 'test2/certs/' videos: 'test2/videos/' logs: 'test2/logs/' previews: 'test2/previews/' diff --git a/config/test-3.yaml b/config/test-3.yaml index 4fbb00050..e7e30c07b 100644 --- a/config/test-3.yaml +++ b/config/test-3.yaml @@ -11,7 +11,6 @@ database: # From the project root directory storage: avatars: 'test3/avatars/' - certs: 'test3/certs/' videos: 'test3/videos/' logs: 'test3/logs/' previews: 'test3/previews/' diff --git a/config/test-4.yaml b/config/test-4.yaml index e4f0f2691..b80acd765 100644 --- a/config/test-4.yaml +++ b/config/test-4.yaml @@ -11,7 +11,6 @@ database: # From the project root directory storage: avatars: 'test4/avatars/' - certs: 'test4/certs/' videos: 'test4/videos/' logs: 'test4/logs/' previews: 'test4/previews/' diff --git a/config/test-5.yaml b/config/test-5.yaml index 610f523c8..29d06f1da 100644 --- a/config/test-5.yaml +++ b/config/test-5.yaml @@ -11,7 +11,6 @@ database: # From the project root directory storage: avatars: 'test5/avatars/' - certs: 'test5/certs/' videos: 'test5/videos/' logs: 'test5/logs/' previews: 'test5/previews/' diff --git a/config/test-6.yaml b/config/test-6.yaml index 088b55c17..4fdc2402e 100644 --- a/config/test-6.yaml +++ b/config/test-6.yaml @@ -11,7 +11,6 @@ database: # From the project root directory storage: avatars: 'test6/avatars/' - certs: 'test6/certs/' videos: 'test6/videos/' logs: 'test6/logs/' previews: 'test6/previews/'