aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-15 18:06:43 +0100
committerChocobozzz <me@florianbigard.com>2018-01-15 18:07:08 +0100
commit48be26e1fcbd857b502b53d44b299ac63db64abf (patch)
treebd62735b5c0d669eb12745d384e8668d2ad02ce5 /config
parentd2000ca6e7fa77758d4f811e4a8af11108d2655d (diff)
downloadPeerTube-48be26e1fcbd857b502b53d44b299ac63db64abf.tar.gz
PeerTube-48be26e1fcbd857b502b53d44b299ac63db64abf.tar.zst
PeerTube-48be26e1fcbd857b502b53d44b299ac63db64abf.zip
Remove unused keys in configuration
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml1
-rw-r--r--config/production.yaml.example15
-rw-r--r--config/test-1.yaml1
-rw-r--r--config/test-2.yaml1
-rw-r--r--config/test-3.yaml1
-rw-r--r--config/test-4.yaml1
-rw-r--r--config/test-5.yaml1
-rw-r--r--config/test-6.yaml1
8 files changed, 7 insertions, 15 deletions
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:
17# From the project root directory 17# From the project root directory
18storage: 18storage:
19 avatars: 'storage/avatars/' 19 avatars: 'storage/avatars/'
20 certs: 'storage/certs/'
21 videos: 'storage/videos/' 20 videos: 'storage/videos/'
22 logs: 'storage/logs/' 21 logs: 'storage/logs/'
23 previews: 'storage/previews/' 22 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:
17 17
18# From the project root directory 18# From the project root directory
19storage: 19storage:
20 avatars: '../../storage/avatars/' 20 avatars: '/home/peertube/storage/avatars/'
21 certs: '../../storage/certs/' 21 videos: '/home/peertube/storage/videos/'
22 videos: '../../storage/videos/' 22 logs: '/home/peertube/storage/logs/'
23 logs: '../../storage/logs/' 23 previews: '/home/peertube/storage/previews/'
24 previews: '../../storage/previews/' 24 thumbnails: '/home/peertube/storage/thumbnails/'
25 thumbnails: '../../storage/thumbnails/' 25 torrents: '/home/peertube/storage/torrents/'
26 torrents: '../../storage/torrents/' 26 cache: '/home/peertube/storage/cache/'
27 cache: '../../storage/cache/'
28 27
29cache: 28cache:
30 previews: 29 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:
11# From the project root directory 11# From the project root directory
12storage: 12storage:
13 avatars: 'test1/avatars/' 13 avatars: 'test1/avatars/'
14 certs: 'test1/certs/'
15 videos: 'test1/videos/' 14 videos: 'test1/videos/'
16 logs: 'test1/logs/' 15 logs: 'test1/logs/'
17 previews: 'test1/previews/' 16 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:
11# From the project root directory 11# From the project root directory
12storage: 12storage:
13 avatars: 'test2/avatars/' 13 avatars: 'test2/avatars/'
14 certs: 'test2/certs/'
15 videos: 'test2/videos/' 14 videos: 'test2/videos/'
16 logs: 'test2/logs/' 15 logs: 'test2/logs/'
17 previews: 'test2/previews/' 16 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:
11# From the project root directory 11# From the project root directory
12storage: 12storage:
13 avatars: 'test3/avatars/' 13 avatars: 'test3/avatars/'
14 certs: 'test3/certs/'
15 videos: 'test3/videos/' 14 videos: 'test3/videos/'
16 logs: 'test3/logs/' 15 logs: 'test3/logs/'
17 previews: 'test3/previews/' 16 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:
11# From the project root directory 11# From the project root directory
12storage: 12storage:
13 avatars: 'test4/avatars/' 13 avatars: 'test4/avatars/'
14 certs: 'test4/certs/'
15 videos: 'test4/videos/' 14 videos: 'test4/videos/'
16 logs: 'test4/logs/' 15 logs: 'test4/logs/'
17 previews: 'test4/previews/' 16 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:
11# From the project root directory 11# From the project root directory
12storage: 12storage:
13 avatars: 'test5/avatars/' 13 avatars: 'test5/avatars/'
14 certs: 'test5/certs/'
15 videos: 'test5/videos/' 14 videos: 'test5/videos/'
16 logs: 'test5/logs/' 15 logs: 'test5/logs/'
17 previews: 'test5/previews/' 16 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:
11# From the project root directory 11# From the project root directory
12storage: 12storage:
13 avatars: 'test6/avatars/' 13 avatars: 'test6/avatars/'
14 certs: 'test6/certs/'
15 videos: 'test6/videos/' 14 videos: 'test6/videos/'
16 logs: 'test6/logs/' 15 logs: 'test6/logs/'
17 previews: 'test6/previews/' 16 previews: 'test6/previews/'