aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-19 14:36:04 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-07-24 10:58:16 +0200
commit09071200c73f5358e1d0bfb61a274e4f2c4ec52b (patch)
tree602749b149df1675518846dd223105196b19a557 /config
parent9b474844e85cce916370693cc24f53339a695570 (diff)
downloadPeerTube-09071200c73f5358e1d0bfb61a274e4f2c4ec52b.tar.gz
PeerTube-09071200c73f5358e1d0bfb61a274e4f2c4ec52b.tar.zst
PeerTube-09071200c73f5358e1d0bfb61a274e4f2c4ec52b.zip
Add plugin API tests
Diffstat (limited to 'config')
-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
6 files changed, 6 insertions, 0 deletions
diff --git a/config/test-1.yaml b/config/test-1.yaml
index 413390ecd..7b25f5cf3 100644
--- a/config/test-1.yaml
+++ b/config/test-1.yaml
@@ -21,6 +21,7 @@ storage:
21 torrents: 'test1/torrents/' 21 torrents: 'test1/torrents/'
22 captions: 'test1/captions/' 22 captions: 'test1/captions/'
23 cache: 'test1/cache/' 23 cache: 'test1/cache/'
24 plugins: 'test1/plugins/'
24 25
25admin: 26admin:
26 email: 'admin1@example.com' 27 email: 'admin1@example.com'
diff --git a/config/test-2.yaml b/config/test-2.yaml
index de7300366..82d4aa35f 100644
--- a/config/test-2.yaml
+++ b/config/test-2.yaml
@@ -21,6 +21,7 @@ storage:
21 torrents: 'test2/torrents/' 21 torrents: 'test2/torrents/'
22 captions: 'test2/captions/' 22 captions: 'test2/captions/'
23 cache: 'test2/cache/' 23 cache: 'test2/cache/'
24 plugins: 'test2/plugins/'
24 25
25admin: 26admin:
26 email: 'admin2@example.com' 27 email: 'admin2@example.com'
diff --git a/config/test-3.yaml b/config/test-3.yaml
index ef6780328..d2734f469 100644
--- a/config/test-3.yaml
+++ b/config/test-3.yaml
@@ -21,6 +21,7 @@ storage:
21 torrents: 'test3/torrents/' 21 torrents: 'test3/torrents/'
22 captions: 'test3/captions/' 22 captions: 'test3/captions/'
23 cache: 'test3/cache/' 23 cache: 'test3/cache/'
24 plugins: 'test3/plugins/'
24 25
25admin: 26admin:
26 email: 'admin3@example.com' 27 email: 'admin3@example.com'
diff --git a/config/test-4.yaml b/config/test-4.yaml
index e84b2d118..9ec45b024 100644
--- a/config/test-4.yaml
+++ b/config/test-4.yaml
@@ -21,6 +21,7 @@ storage:
21 torrents: 'test4/torrents/' 21 torrents: 'test4/torrents/'
22 captions: 'test4/captions/' 22 captions: 'test4/captions/'
23 cache: 'test4/cache/' 23 cache: 'test4/cache/'
24 plugins: 'test4/plugins/'
24 25
25admin: 26admin:
26 email: 'admin4@example.com' 27 email: 'admin4@example.com'
diff --git a/config/test-5.yaml b/config/test-5.yaml
index e25d4cfee..92cc113b9 100644
--- a/config/test-5.yaml
+++ b/config/test-5.yaml
@@ -21,6 +21,7 @@ storage:
21 torrents: 'test5/torrents/' 21 torrents: 'test5/torrents/'
22 captions: 'test5/captions/' 22 captions: 'test5/captions/'
23 cache: 'test5/cache/' 23 cache: 'test5/cache/'
24 plugins: 'test5/plugins/'
24 25
25admin: 26admin:
26 email: 'admin5@example.com' 27 email: 'admin5@example.com'
diff --git a/config/test-6.yaml b/config/test-6.yaml
index a020fe869..205d99797 100644
--- a/config/test-6.yaml
+++ b/config/test-6.yaml
@@ -21,6 +21,7 @@ storage:
21 torrents: 'test6/torrents/' 21 torrents: 'test6/torrents/'
22 captions: 'test6/captions/' 22 captions: 'test6/captions/'
23 cache: 'test6/cache/' 23 cache: 'test6/cache/'
24 plugins: 'test6/plugins/'
24 25
25admin: 26admin:
26 email: 'admin6@example.com' 27 email: 'admin6@example.com'