From 4793c343fd3cde3c6282ed0fb38e039b4276de0e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Feb 2017 19:19:56 +0100 Subject: Add email to pods --- config/default.yaml | 3 +++ config/production.yaml.example | 3 +++ config/test-1.yaml | 3 +++ config/test-2.yaml | 3 +++ config/test-3.yaml | 3 +++ config/test-4.yaml | 3 +++ config/test-5.yaml | 3 +++ config/test-6.yaml | 3 +++ 8 files changed, 24 insertions(+) (limited to 'config') 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: previews: 'previews/' thumbnails: 'thumbnails/' torrents: 'torrents/' + +admin: + 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: previews: 'previews/' thumbnails: 'thumbnails/' torrents: 'torrents/' + +admin: + 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: logs: 'test1/logs/' thumbnails: 'test1/thumbnails/' torrents: 'test1/torrents/' + +admin: + 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: logs: 'test2/logs/' thumbnails: 'test2/thumbnails/' torrents: 'test2/torrents/' + +admin: + 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: logs: 'test3/logs/' thumbnails: 'test3/thumbnails/' torrents: 'test3/torrents/' + +admin: + 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: logs: 'test4/logs/' thumbnails: 'test4/thumbnails/' torrents: 'test4/torrents/' + +admin: + 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: logs: 'test5/logs/' thumbnails: 'test5/thumbnails/' torrents: 'test5/torrents/' + +admin: + 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: logs: 'test6/logs/' thumbnails: 'test6/thumbnails/' torrents: 'test6/torrents/' + +admin: + email: 'admin6@example.com' -- cgit v1.2.3