aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-02-16 19:19:56 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-02-16 19:19:56 +0100
commit4793c343fd3cde3c6282ed0fb38e039b4276de0e (patch)
tree566856a8d0bee0ee06e60c5e3bf6b998135a078a /config
parent3266ad7cf8ff10d0fdae456196eff1653cc7ac21 (diff)
downloadPeerTube-4793c343fd3cde3c6282ed0fb38e039b4276de0e.tar.gz
PeerTube-4793c343fd3cde3c6282ed0fb38e039b4276de0e.tar.zst
PeerTube-4793c343fd3cde3c6282ed0fb38e039b4276de0e.zip
Add email to pods
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml3
-rw-r--r--config/production.yaml.example3
-rw-r--r--config/test-1.yaml3
-rw-r--r--config/test-2.yaml3
-rw-r--r--config/test-3.yaml3
-rw-r--r--config/test-4.yaml3
-rw-r--r--config/test-5.yaml3
-rw-r--r--config/test-6.yaml3
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
26admin:
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
27admin:
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
19admin:
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
19admin:
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
19admin:
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
19admin:
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
19admin:
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
19admin:
20 email: 'admin6@example.com'