diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 3 | ||||
-rw-r--r-- | config/production.yaml.example | 3 | ||||
-rw-r--r-- | config/test-1.yaml | 3 | ||||
-rw-r--r-- | config/test-2.yaml | 3 | ||||
-rw-r--r-- | config/test-3.yaml | 3 | ||||
-rw-r--r-- | config/test-4.yaml | 3 | ||||
-rw-r--r-- | config/test-5.yaml | 3 | ||||
-rw-r--r-- | config/test-6.yaml | 3 |
8 files changed, 24 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index ad87191fd..172bbef1e 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -22,3 +22,6 @@ storage: | |||
22 | previews: 'previews/' | 22 | previews: 'previews/' |
23 | thumbnails: 'thumbnails/' | 23 | thumbnails: 'thumbnails/' |
24 | torrents: 'torrents/' | 24 | torrents: 'torrents/' |
25 | |||
26 | admin: | ||
27 | email: 'admin@example.com' | ||
diff --git a/config/production.yaml.example b/config/production.yaml.example index ba7ff8f2e..cbfb0f46c 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -23,3 +23,6 @@ storage: | |||
23 | previews: 'previews/' | 23 | previews: 'previews/' |
24 | thumbnails: 'thumbnails/' | 24 | thumbnails: 'thumbnails/' |
25 | torrents: 'torrents/' | 25 | torrents: 'torrents/' |
26 | |||
27 | admin: | ||
28 | email: 'admin@example.com' | ||
diff --git a/config/test-1.yaml b/config/test-1.yaml index b2a0a5422..dbe408a8c 100644 --- a/config/test-1.yaml +++ b/config/test-1.yaml | |||
@@ -15,3 +15,6 @@ storage: | |||
15 | logs: 'test1/logs/' | 15 | logs: 'test1/logs/' |
16 | thumbnails: 'test1/thumbnails/' | 16 | thumbnails: 'test1/thumbnails/' |
17 | torrents: 'test1/torrents/' | 17 | torrents: 'test1/torrents/' |
18 | |||
19 | admin: | ||
20 | email: 'admin1@example.com' | ||
diff --git a/config/test-2.yaml b/config/test-2.yaml index 7285f3394..13e09ff4c 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml | |||
@@ -15,3 +15,6 @@ storage: | |||
15 | logs: 'test2/logs/' | 15 | logs: 'test2/logs/' |
16 | thumbnails: 'test2/thumbnails/' | 16 | thumbnails: 'test2/thumbnails/' |
17 | torrents: 'test2/torrents/' | 17 | torrents: 'test2/torrents/' |
18 | |||
19 | admin: | ||
20 | email: 'admin2@example.com' | ||
diff --git a/config/test-3.yaml b/config/test-3.yaml index 138a2cd53..2eb984692 100644 --- a/config/test-3.yaml +++ b/config/test-3.yaml | |||
@@ -15,3 +15,6 @@ storage: | |||
15 | logs: 'test3/logs/' | 15 | logs: 'test3/logs/' |
16 | thumbnails: 'test3/thumbnails/' | 16 | thumbnails: 'test3/thumbnails/' |
17 | torrents: 'test3/torrents/' | 17 | torrents: 'test3/torrents/' |
18 | |||
19 | admin: | ||
20 | email: 'admin3@example.com' | ||
diff --git a/config/test-4.yaml b/config/test-4.yaml index 7425f4af7..a0a9bde21 100644 --- a/config/test-4.yaml +++ b/config/test-4.yaml | |||
@@ -15,3 +15,6 @@ storage: | |||
15 | logs: 'test4/logs/' | 15 | logs: 'test4/logs/' |
16 | thumbnails: 'test4/thumbnails/' | 16 | thumbnails: 'test4/thumbnails/' |
17 | torrents: 'test4/torrents/' | 17 | torrents: 'test4/torrents/' |
18 | |||
19 | admin: | ||
20 | email: 'admin4@example.com' | ||
diff --git a/config/test-5.yaml b/config/test-5.yaml index 1bf0de658..af8654e14 100644 --- a/config/test-5.yaml +++ b/config/test-5.yaml | |||
@@ -15,3 +15,6 @@ storage: | |||
15 | logs: 'test5/logs/' | 15 | logs: 'test5/logs/' |
16 | thumbnails: 'test5/thumbnails/' | 16 | thumbnails: 'test5/thumbnails/' |
17 | torrents: 'test5/torrents/' | 17 | torrents: 'test5/torrents/' |
18 | |||
19 | admin: | ||
20 | email: 'admin5@example.com' | ||
diff --git a/config/test-6.yaml b/config/test-6.yaml index 7303a08fc..d74d3b052 100644 --- a/config/test-6.yaml +++ b/config/test-6.yaml | |||
@@ -15,3 +15,6 @@ storage: | |||
15 | logs: 'test6/logs/' | 15 | logs: 'test6/logs/' |
16 | thumbnails: 'test6/thumbnails/' | 16 | thumbnails: 'test6/thumbnails/' |
17 | torrents: 'test6/torrents/' | 17 | torrents: 'test6/torrents/' |
18 | |||
19 | admin: | ||
20 | email: 'admin6@example.com' | ||